summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorcheusov <cheusov>2012-05-29 22:58:52 +0000
committercheusov <cheusov>2012-05-29 22:58:52 +0000
commit0e2bf81c57e24e28adc66b6ebf70097d0876013a (patch)
tree4aa856dd68132409593d1b2d7fd9392d3099af08 /sysutils
parent7500cab4f9ade308bbc551226be10ec8a8ad33ce (diff)
downloadpkgsrc-0e2bf81c57e24e28adc66b6ebf70097d0876013a.tar.gz
Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/9base/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/sysutils/9base/Makefile b/sysutils/9base/Makefile
index 777203c516a..2926889a1a6 100644
--- a/sysutils/9base/Makefile
+++ b/sysutils/9base/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2011/10/27 09:58:44 ryoon Exp $
+# $NetBSD: Makefile,v 1.15 2012/05/29 22:58:52 cheusov Exp $
#
DISTNAME= 9base-6
+PKGREVISION= 1
PKGNAME= 9base-20100604
CATEGORIES= sysutils shells
MASTER_SITES= http://dl.suckless.org/tools/
@@ -34,12 +35,6 @@ LDFLAGS+= -static
BUILDLINK_TRANSFORM+= rm:-static
.endif
-.if ${GNU_PROGRAM_PREFIX} == ""
-CONFLICTS+= coreutils-[0-9]*
-CONFLICTS+= grep-[0-9]*
-CONFLICTS+= gsed-[0-9]*
-.endif
-
MAKE_FLAGS+= PREFIX=${PREFIX} \
MANPREFIX=${PREFIX}/${PKGMANDIR}