summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1994-02-14 17:27:49 +0000
committerjtc <jtc@NetBSD.org>1994-02-14 17:27:49 +0000
commit56b46d00e93aa46747c8a4366b72b9a9f0d7b2b3 (patch)
treebac0916229ceafabaa5f9be0500c12dafb8a2210 /gnu/usr.bin/groff
parentc6776a9449975a70b9bd66c4f773171b9f7f5a8e (diff)
Install app-defaults file with the correct name.
Diffstat (limited to 'gnu/usr.bin/groff')
-rw-r--r--gnu/usr.bin/groff/xditview/Makefile4
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>