summaryrefslogtreecommitdiff
path: root/devel/diffutils
diff options
context:
space:
mode:
authoragc <agc>1999-07-02 08:46:51 +0000
committeragc <agc>1999-07-02 08:46:51 +0000
commita15d1fc1af2e7e1cd7288aed35d2781bf38a9551 (patch)
treee96920cd5f8dab37a5467348d7204108c09b9b11 /devel/diffutils
parentb679393db5497be44aec2d03789089a77bd46d07 (diff)
downloadpkgsrc-a15d1fc1af2e7e1cd7288aed35d2781bf38a9551.tar.gz
For packages that are in the NetBSD base system, but needed for
Solaris, narrow down the platforms, and use specific inclusion rather than disclusion: mark them as ONLY_FOR_PLATFORM=SunOS-*-*, rather than NOT_FOR_PLATFORM=NetBSD-*-*.
Diffstat (limited to 'devel/diffutils')
-rw-r--r--devel/diffutils/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/diffutils/Makefile b/devel/diffutils/Makefile
index da44b211cb5..f4ae253fec0 100644
--- a/devel/diffutils/Makefile
+++ b/devel/diffutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/05/24 20:39:37 tv Exp $
+# $NetBSD: Makefile,v 1.4 1999/07/02 08:46:51 agc Exp $
#
DISTNAME= diffutils-2.7
@@ -8,10 +8,10 @@ MASTER_SITES= ${MASTER_SITE_GNU:=diffutils/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/diffutils/diffutils.html
-GNU_CONFIGURE=
+GNU_CONFIGURE= yes
INFO_FILES= diff.info
-NOT_FOR_PLATFORM= NetBSD-*-* # in base system
+ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD base system
.include "../../mk/bsd.pkg.mk"