diff options
author | kei <kei> | 2002-09-19 19:21:38 +0000 |
---|---|---|
committer | kei <kei> | 2002-09-19 19:21:38 +0000 |
commit | 30fcfcb27582580eec7dac13b037a5fe67662b88 (patch) | |
tree | 07db139ee84cb93b8638a0263ed64030768185b4 /print/xpdf-latin2/Makefile | |
parent | 01394bc2045f7bd5b42c47db65bc50bf53ee7462 (diff) | |
download | pkgsrc-30fcfcb27582580eec7dac13b037a5fe67662b88.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/Makefile')
-rw-r--r-- | print/xpdf-latin2/Makefile | 4 |
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" |