From 30fcfcb27582580eec7dac13b037a5fe67662b88 Mon Sep 17 00:00:00 2001 From: kei Date: Thu, 19 Sep 2002 19:21:38 +0000 Subject: 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? --- print/xpdf-latin2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print/xpdf-latin2/Makefile') 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" -- cgit v1.2.3