diff options
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/groff/xditview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/xditview/Makefile b/gnu/usr.bin/groff/xditview/Makefile index 4bd8e4a16c5..57c0def56a4 100644 --- a/gnu/usr.bin/groff/xditview/Makefile +++ b/gnu/usr.bin/groff/xditview/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1994/02/05 01:37:16 jtc Exp $ +# $Id: Makefile,v 1.5 1994/02/14 17:27:49 jtc Exp $ .if exists(/usr/X11) XINCDIR= /usr/X11/include @@ -30,7 +30,7 @@ DPADD+= $(LIBM) afterinstall: install -c -o $(BINOWN) -g $(BINGRP) -m 444 \ $(.CURDIR)/GXditview.ad \ - $(DESTDIR)$(XLIBDIR)/X11/app-defaults + $(DESTDIR)$(XLIBDIR)/X11/app-defaults/GXditview .endif .include <bsd.prog.mk> |
