summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1993-07-15 18:36:17 +0000
committercgd <cgd@NetBSD.org>1993-07-15 18:36:17 +0000
commit8a5d16125cf4dc326f696dcb35b545391ea7f3b8 (patch)
tree0ff2f473a0e68d3fa069051c9e1d2f16ad6a6ed6 /gnu
parentbfd5a933cf8c7c4c890f0f87d28f1c4bd9d73b55 (diff)
get the app defaults file from the right place
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/groff/xditview/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/xditview/Makefile b/gnu/usr.bin/groff/xditview/Makefile
index 0121198c6db..bc5f93c9217 100644
--- a/gnu/usr.bin/groff/xditview/Makefile
+++ b/gnu/usr.bin/groff/xditview/Makefile
@@ -10,7 +10,8 @@ SRCS+= xditview.c Dvi.c draw.c font.c lex.c page.c parse.c \
LDADD+= -L/usr/X386/lib -lXaw -lXmu -lXt -lXext -lX11 -lm
afterinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 GXditview.ad \
+ install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
+ ${.CURDIR}/GXditview.ad \
$(DESTDIR)/usr/X386/lib/X11/app-defaults
.endif