aboutsummaryrefslogtreecommitdiffstats
path: root/lang/nawk/Makefile
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-07-04 17:01:45 +0800
committerrafan <rafan@FreeBSD.org>2007-07-04 17:01:45 +0800
commit4cf232cedccfe8ccb3b93f0d1a52345b393c24e5 (patch)
treed53a84860c6a41894fac39d61dd755e9c4e844e2 /lang/nawk/Makefile
parent70e2ac03316a90edff3591998ae716ee7dff3f2c (diff)
downloadfreebsd-ports-gnome-4cf232cedccfe8ccb3b93f0d1a52345b393c24e5.tar.gz
freebsd-ports-gnome-4cf232cedccfe8ccb3b93f0d1a52345b393c24e5.tar.zst
freebsd-ports-gnome-4cf232cedccfe8ccb3b93f0d1a52345b393c24e5.zip
- Update to 20070501
- Add one fix from src/usr.bin/awk/lib.c.diff rev 1.2 - Normalize DIST_SUBDIR as other ports PR: ports/114227 Submitted by: Pedro F. Giffuni <giffunip at tutopia.com>
Diffstat (limited to 'lang/nawk/Makefile')
-rw-r--r--lang/nawk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/nawk/Makefile b/lang/nawk/Makefile
index 9551f31fb465..63596ce347a6 100644
--- a/lang/nawk/Makefile
+++ b/lang/nawk/Makefile
@@ -7,11 +7,11 @@
#
PORTNAME= nawk
-PORTVERSION= 20050424
+PORTVERSION= 20070501
CATEGORIES= lang
MASTER_SITES= http://cm.bell-labs.com/cm/cs/who/bwk/
DISTNAME= awk
-DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
+DIST_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Brian Kernighan's pattern scanning and processing language