summaryrefslogtreecommitdiff
path: root/devel/patch
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-01-06 22:23:06 +0000
committergrant <grant@pkgsrc.org>2003-01-06 22:23:06 +0000
commitc1c02eb730a4798ef23125ef1e7a73d09cacdde9 (patch)
tree5ac3952cf7a461a235fa702089451d97dea109a2 /devel/patch
parent50e2fab512d12394c5f4da74728aa55de4adc4c4 (diff)
downloadpkgsrc-c1c02eb730a4798ef23125ef1e7a73d09cacdde9.tar.gz
Correctly honour GNU_PROGRAM_PREFIX on non-NetBSD platforms for
consistency (hi wiz!) bump PKGREVISION.
Diffstat (limited to 'devel/patch')
-rw-r--r--devel/patch/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/patch/Makefile b/devel/patch/Makefile
index d4f128f258a..2c2b2404ab9 100644
--- a/devel/patch/Makefile
+++ b/devel/patch/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2002/12/22 17:34:43 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2003/01/06 22:23:06 grant Exp $
#
DISTNAME= patch-2.5.4
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=patch/}
@@ -13,7 +14,7 @@ GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "NetBSD" && defined(GNU_PROGRAM_PREFIX)
+.if defined(GNU_PROGRAM_PREFIX)
CONFIGURE_ARGS+= --program-prefix=${GNU_PROGRAM_PREFIX}
.endif
PLIST_SUBST+= GNU_PROGRAM_PREFIX=${GNU_PROGRAM_PREFIX}