summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-01-31 19:08:47 +0000
committerxtraeme <xtraeme>2004-01-31 19:08:47 +0000
commit37c535d99d562adfd6c1669b0fa641d2b657c827 (patch)
tree57e9e8a4a021b2ddbeb10d0224d602320286545d /meta-pkgs
parent784d295b0c0521fc102f51375f72c7e0188b4e0e (diff)
downloadpkgsrc-37c535d99d562adfd6c1669b0fa641d2b657c827.tar.gz
Remove deprecated MANCOMPRESSED (FreeBSD).
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/XFree86/Makefile.common7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-pkgs/XFree86/Makefile.common b/meta-pkgs/XFree86/Makefile.common
index a6e1eacc2f9..87c0a197182 100644
--- a/meta-pkgs/XFree86/Makefile.common
+++ b/meta-pkgs/XFree86/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2004/01/24 08:52:28 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.2 2004/01/31 19:08:47 xtraeme Exp $
#
# XBUILD_DIRS is the group of directories under ${WRKSRC} that will
# be built in.
@@ -19,9 +19,7 @@
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "FreeBSD"
-MANCOMPRESSED= YES
-.elif ${OPSYS} == "Linux"
+.if ${OPSYS} == "Linux"
USE_GNU_TOOLS+= make
.endif
@@ -50,6 +48,7 @@ SYSTEMS= FreeBSD NetBSD linux
.if !defined(NO_XFREE86_TARGETS)
.if !target(post-extract)
+
post-extract:
@${SED} \
-e "s|@BLNK@|${BUILDLINK_DIR}|g" \