diff options
| author | cgd <cgd@NetBSD.org> | 1993-07-15 18:36:17 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1993-07-15 18:36:17 +0000 |
| commit | 8a5d16125cf4dc326f696dcb35b545391ea7f3b8 (patch) | |
| tree | 0ff2f473a0e68d3fa069051c9e1d2f16ad6a6ed6 /gnu | |
| parent | bfd5a933cf8c7c4c890f0f87d28f1c4bd9d73b55 (diff) | |
get the app defaults file from the right place
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/groff/xditview/Makefile | 3 |
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 |
