summaryrefslogtreecommitdiff
path: root/x11/xorg-cf-files/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2007-06-17 19:33:54 +0000
committerjlam <jlam>2007-06-17 19:33:54 +0000
commitc3c5c21744a001e60fc7629736f8a98df89168d5 (patch)
tree93c6c3d2e551fa1bcf2b6c6316ebcea60ca36fba /x11/xorg-cf-files/Makefile
parent043d87ee188961e6dea462337a44596049a54bc6 (diff)
downloadpkgsrc-c3c5c21744a001e60fc7629736f8a98df89168d5.tar.gz
Add default definition of ManPath to host.def so that packages that
use X.org Imake rules will honor the PKGMANDIR in effect when xorg-cf-files was built. Bump PKGREVISION to 2.
Diffstat (limited to 'x11/xorg-cf-files/Makefile')
-rw-r--r--x11/xorg-cf-files/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xorg-cf-files/Makefile b/x11/xorg-cf-files/Makefile
index 231e165ae58..82c4814b76e 100644
--- a/x11/xorg-cf-files/Makefile
+++ b/x11/xorg-cf-files/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2007/01/22 20:33:33 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2007/06/17 19:33:54 jlam Exp $
#
DISTNAME= xorg-cf-files-1.0.2
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= x11 devel
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/util/
EXTRACT_SUFX= .tar.bz2
@@ -31,6 +31,7 @@ pre-configure:
${WRKSRC}/${sys}.cf.before > ${WRKSRC}/${sys}.cf
.endfor
${SED} -e "s|@PREFIX@|${PREFIX}|g" \
+ -e "s|@PKGMANDIR@|${PKGMANDIR}|" \
-e "s|@MAKE@|${MAKE_PROGRAM}|" ${FILESDIR}/host.def > \
${WRKSRC}/host.def