diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-31 19:08:47 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-31 19:08:47 +0000 |
commit | 8566483094e9c48cb4588d27f2663d1ac8aa3679 (patch) | |
tree | 57e9e8a4a021b2ddbeb10d0224d602320286545d /meta-pkgs | |
parent | fd5e20ffe0dd4acf4043ec98c6c9248bd5eb1d1b (diff) | |
download | pkgsrc-8566483094e9c48cb4588d27f2663d1ac8aa3679.tar.gz |
Remove deprecated MANCOMPRESSED (FreeBSD).
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/XFree86/Makefile.common | 7 |
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" \ |