summaryrefslogtreecommitdiff
path: root/lang/mawk
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-02-17 09:06:56 +0000
committeragc <agc@pkgsrc.org>2001-02-17 09:06:56 +0000
commit82acd159f7158e3b9efdc652d4faed7d75ffabde (patch)
tree7be69a1c41c51ca83affb66df5175564f77f3599 /lang/mawk
parent6cbbf89ce0ad4a62a586066dda99b7bbecd668ae (diff)
downloadpkgsrc-82acd159f7158e3b9efdc652d4faed7d75ffabde.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/Makefile3
-rw-r--r--lang/mawk/pkg/COMMENT1
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