diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-21 12:35:09 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-21 12:35:09 +0000 |
commit | 3baa89dcc940f9d4cc6e68219720b4e96fb52a08 (patch) | |
tree | 3b2da25c07f6e025110e7dcc036f2541a3f985e3 /lang/mawk | |
parent | 55850b547b3f7faa5079a8e226888eb13c4df728 (diff) | |
download | ports-3baa89dcc940f9d4cc6e68219720b4e96fb52a08.tar.gz ports-3baa89dcc940f9d4cc6e68219720b4e96fb52a08.zip |
Notes
Diffstat (limited to 'lang/mawk')
-rw-r--r-- | lang/mawk/Makefile | 1 | ||||
-rw-r--r-- | lang/mawk/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lang/mawk/Makefile b/lang/mawk/Makefile index fb29a1b7814a..b341bc602826 100644 --- a/lang/mawk/Makefile +++ b/lang/mawk/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://dl.droso.net/ports/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= erwin@lansing.dk +COMMENT= An implementation of new/posix awk WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes diff --git a/lang/mawk/pkg-comment b/lang/mawk/pkg-comment deleted file mode 100644 index 867bd8ef1685..000000000000 --- a/lang/mawk/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An implementation of new/posix awk |