summaryrefslogtreecommitdiff
path: root/lang/gawk
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-05 20:36:33 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-05 20:36:33 +0000
commit41d8c3385c21ae51629c8997035eae8a9423ff6c (patch)
tree246d960cb714ce0095c452017819f6b1c64a7dfb /lang/gawk
parent- Remove conditional checks for FreeBSD 5.x and older (diff)
- Remove conditional checks for FreeBSD 5.x and older
Notes
Notes: svn path=/head/; revision=225297
Diffstat (limited to 'lang/gawk')
-rw-r--r--lang/gawk/Makefile8
-rw-r--r--lang/gawk/files/patch-configure (renamed from lang/gawk/files/extra-patch-nowchar)0
2 files changed, 1 insertions, 7 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile
index 920c9d4981cb..0295be616207 100644
--- a/lang/gawk/Makefile
+++ b/lang/gawk/Makefile
@@ -16,12 +16,6 @@ COMMENT= The GNU version of Awk
INFO= gawk gawkinet
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500039
-EXTRA_PATCHES= ${PATCHDIR}/extra-patch-nowchar
-.endif
-
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \
--with-libintl-prefix=${LOCALBASE}
@@ -38,4 +32,4 @@ CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/lang/gawk/files/extra-patch-nowchar b/lang/gawk/files/patch-configure
index 4896bac598fa..4896bac598fa 100644
--- a/lang/gawk/files/extra-patch-nowchar
+++ b/lang/gawk/files/patch-configure