summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-07-24 14:11:13 +0000
committerjoerg <joerg@pkgsrc.org>2006-07-24 14:11:13 +0000
commit1ecc71c7bb12e258a3afc0eac6fd1f998cdefb6f (patch)
treed4fc1d0e42298008571f9deac37ace5019ed6f15 /x11
parentca6d9143a4f346442b8ae72f9a62d5ec53990ae8 (diff)
downloadpkgsrc-1ecc71c7bb12e258a3afc0eac6fd1f998cdefb6f.tar.gz
Move zlib SUBST magic to Makefile.common, it is always needed.
Fixes problems found by abs@
Diffstat (limited to 'x11')
-rw-r--r--x11/xorg-libs/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/x11/xorg-libs/Makefile b/x11/xorg-libs/Makefile
index 5ecb1710fd4..5aeecf8ace6 100644
--- a/x11/xorg-libs/Makefile
+++ b/x11/xorg-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2006/07/23 15:45:36 minskim Exp $
+# $NetBSD: Makefile,v 1.38 2006/07/24 14:11:13 joerg Exp $
DISTNAME= ${DISTFILES}
PKGNAME= xorg-libs-${XORG_VER}
@@ -49,13 +49,6 @@ SUBST_FILES.mkstrs= config/cf/Library.tmpl
SUBST_SED.mkstrs= -e 's,@MAKESTRS@,${X11ROOT}/bin/makestrs,g'
SUBST_MESSAGE.mkstrs= Fixing path of makestrs.
-SUBST_CLASSES+= zlib
-SUBST_STAGE.zlib= pre-configure
-SUBST_FILES.zlib= config/cf/Imake.tmpl
-SUBST_SED.zlib= -e 's|@ZLIBDIR@|${BUILDLINK_PREFIX.zlib}/lib|g' \
- -e 's|@COMPILER_RPATH_FLAG@|${COMPILER_RPATH_FLAG}|g'
-SUBST_MESSAGE.zlib= Adding the zlib library path.
-
post-install:
@${SED} ${XORG_PLIST_SED} ${PKGDIR}/PLIST > ${PLIST_SRC}
.if ${OPSYS} == "Linux"