summaryrefslogtreecommitdiff
path: root/print/xpdf-latin2
diff options
context:
space:
mode:
authorkei <kei@pkgsrc.org>2002-09-19 19:21:38 +0000
committerkei <kei@pkgsrc.org>2002-09-19 19:21:38 +0000
commit05a3be6ee79de1f1cb31b984839a328db3d6e73b (patch)
tree07db139ee84cb93b8638a0263ed64030768185b4 /print/xpdf-latin2
parentd03b2d1408f92f2bce43c53f47140a7218ec0258 (diff)
downloadpkgsrc-05a3be6ee79de1f1cb31b984839a328db3d6e73b.tar.gz
Honor ${PKG_SYSCONFDIR}.
XXX doing make install for same xpdf-* package more than once causes ${PKG_SYSCONFDIR}/xpdfrc have duplicated entries. Is there any easy way of avoiding this?
Diffstat (limited to 'print/xpdf-latin2')
-rw-r--r--print/xpdf-latin2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/xpdf-latin2/Makefile b/print/xpdf-latin2/Makefile
index a85e518f42f..017b9b6debf 100644
--- a/print/xpdf-latin2/Makefile
+++ b/print/xpdf-latin2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/08/06 14:50:23 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2002/09/19 19:21:40 kei Exp $
#
DISTNAME= xpdf-latin2
@@ -29,6 +29,6 @@ do-install:
${X11PREFIX}/share/xpdf/latin2
post-install:
- ${CAT} ${WRKSRC}/add-to-xpdfrc >> ${X11PREFIX}/etc/xpdfrc
+ ${CAT} ${WRKSRC}/add-to-xpdfrc >> ${PKG_SYSCONFDIR}/xpdfrc
.include "../../mk/bsd.pkg.mk"