summaryrefslogtreecommitdiff
path: root/lang/gawk/Makefile
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2013-10-19 19:47:39 +0000
committerbsiegert <bsiegert@pkgsrc.org>2013-10-19 19:47:39 +0000
commit6f125f526d723cb8af2d907615d0f021bafe8a12 (patch)
treec9aaddfca1346d44c668eec8ba0c52d395b870e3 /lang/gawk/Makefile
parentc82d7be1dbb900dfd954931d04b9356513d32864 (diff)
downloadpkgsrc-6f125f526d723cb8af2d907615d0f021bafe8a12.tar.gz
Fix build on MirBSD.
The gawk developers added code to skip building the extensions on MirBSD but inserted a syntax error. Also skip the extensions in the PLIST on MirBSD.
Diffstat (limited to 'lang/gawk/Makefile')
-rw-r--r--lang/gawk/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile
index c6c1445a5ab..123774eb3c3 100644
--- a/lang/gawk/Makefile
+++ b/lang/gawk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2013/07/15 02:02:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.57 2013/10/19 19:47:39 bsiegert Exp $
DISTNAME= gawk-4.1.0
CATEGORIES= lang
@@ -34,6 +34,11 @@ CPPFLAGS.OSF1+= -D_OSF_SOURCE
CFLAGS+= -Dvm_region=vm_region_64
.endif
+PLIST_VARS+= extension
+.if "${OPSYS}" != "MirBSD"
+PLIST.extension= yes
+.endif
+
INSTALLATION_DIRS+= ${PKGGNUDIR}bin ${PKGGNUDIR}${PKGMANDIR}/man1
post-install: