diff options
author | agc <agc> | 2001-02-17 09:06:56 +0000 |
---|---|---|
committer | agc <agc> | 2001-02-17 09:06:56 +0000 |
commit | 791d0f000e3800b92390f9dc47dfcdb2a421a0ca (patch) | |
tree | 7be69a1c41c51ca83affb66df5175564f77f3599 /lang/mawk | |
parent | ce53854194ec79cb0de0babb412a888dc24f3985 (diff) | |
download | pkgsrc-791d0f000e3800b92390f9dc47dfcdb2a421a0ca.tar.gz |
Move the COMMENT from being in its own file to a definition in the
package Makefile.
Diffstat (limited to 'lang/mawk')
-rw-r--r-- | lang/mawk/Makefile | 3 | ||||
-rw-r--r-- | lang/mawk/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/mawk/Makefile b/lang/mawk/Makefile index c3b341f4893..c44e92c0453 100644 --- a/lang/mawk/Makefile +++ b/lang/mawk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/05/05 06:26:59 tron Exp $ +# $NetBSD: Makefile,v 1.8 2001/02/17 09:07:19 agc Exp $ # DISTNAME= mawk1.3.3 @@ -9,6 +9,7 @@ MASTER_SITES= ftp://ftp.whidbey.net/pub/brennan/ \ ftp://ftp.fu-berlin.de/pub/unix/languages/mawk/ MAINTAINER= agc@netbsd.org +COMMENT= Mike Brennan's fast awk clone GNU_CONFIGURE= yes diff --git a/lang/mawk/pkg/COMMENT b/lang/mawk/pkg/COMMENT deleted file mode 100644 index 96dffb910cb..00000000000 --- a/lang/mawk/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Mike Brennan's fast awk clone |