summaryrefslogtreecommitdiff
path: root/devel/patch
diff options
context:
space:
mode:
authorkim <kim>1999-09-19 19:56:48 +0000
committerkim <kim>1999-09-19 19:56:48 +0000
commit83b03ff7516f5200ab32d295c08b471c87c97be2 (patch)
treea5ff97ff6085d933225f4e4c41dd3a462d3798dc /devel/patch
parent8b4c041ceec7c5473a138e1f815356b465fbc4ed (diff)
downloadpkgsrc-83b03ff7516f5200ab32d295c08b471c87c97be2.tar.gz
Unfortunately /usr/bin/patch is not what we want on Solaris.
Diffstat (limited to 'devel/patch')
-rw-r--r--devel/patch/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/patch/Makefile b/devel/patch/Makefile
index 0601ed3b5ca..b9ac3115ae3 100644
--- a/devel/patch/Makefile
+++ b/devel/patch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/09/18 15:27:09 kim Exp $
+# $NetBSD: Makefile,v 1.2 1999/09/19 19:56:48 kim Exp $
#
DISTNAME= patch-2.5.4
@@ -11,7 +11,9 @@ HOMEPAGE= http://www.gnu.org/software/patch/patch.html
NO_PATCH= yes
GNU_CONFIGURE= yes
-.if exists(/usr/bin/patch)
+.include "../../mk/bsd.prefs.mk"
+
+.if exists(/usr/bin/patch) && ${OPSYS} != "SunOS"
IGNORE= "is part of your NetBSD distribution"
.endif