aboutsummaryrefslogtreecommitdiff
path: root/lang/gawk/Makefile
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2013-05-15 17:03:17 +0000
committerJohan van Selst <johans@FreeBSD.org>2013-05-15 17:03:17 +0000
commit6855537854894bd967a236f15bc61db91efa1c69 (patch)
tree2531abc7c98a52e727d0833758893fae1083babb /lang/gawk/Makefile
parent95a557c1fae4ce2c273b92e4ac2e800a2d8d3ff3 (diff)
downloadports-6855537854894bd967a236f15bc61db91efa1c69.tar.gz
ports-6855537854894bd967a236f15bc61db91efa1c69.zip
Notes
Diffstat (limited to 'lang/gawk/Makefile')
-rw-r--r--lang/gawk/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile
index 66ce97b1000d..d5891d5b1f6c 100644
--- a/lang/gawk/Makefile
+++ b/lang/gawk/Makefile
@@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= gawk
-PORTVERSION= 4.0.2
+PORTVERSION= 4.1.0
CATEGORIES= lang
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= gawk
+MASTER_SITES= GNU
MAINTAINER= johans@FreeBSD.org
COMMENT= The GNU version of Awk
@@ -20,7 +19,9 @@ CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \
--with-libintl-prefix=${LOCALBASE} \
AWK=${AWK}
-MAN1= gawk.1 dgawk.1 igawk.1 pgawk.1
+MAN1= gawk.1 igawk.1
+MAN3= filefuncs.3am fnmatch.3am fork.3am ordchr.3am readdir.3am \
+ readfile.3am revoutput.3am revtwoway.3am rwarray.3am time.3am
PLIST_SUB= VERSION=${PORTVERSION}