diff options
author | agc <agc@pkgsrc.org> | 2001-02-17 09:06:56 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-02-17 09:06:56 +0000 |
commit | 82acd159f7158e3b9efdc652d4faed7d75ffabde (patch) | |
tree | 7be69a1c41c51ca83affb66df5175564f77f3599 /lang/nawk | |
parent | 6cbbf89ce0ad4a62a586066dda99b7bbecd668ae (diff) | |
download | pkgsrc-82acd159f7158e3b9efdc652d4faed7d75ffabde.tar.gz |
Move the COMMENT from being in its own file to a definition in the
package Makefile.
Diffstat (limited to 'lang/nawk')
-rw-r--r-- | lang/nawk/Makefile | 3 | ||||
-rw-r--r-- | lang/nawk/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/nawk/Makefile b/lang/nawk/Makefile index 85011d98f22..701a439e3de 100644 --- a/lang/nawk/Makefile +++ b/lang/nawk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/01/23 22:21:12 jdolecek Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/17 09:07:22 agc Exp $ # DISTNAME= awk @@ -8,6 +8,7 @@ MASTER_SITES= http://cm.bell-labs.com/who/bwk/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://cm.bell-labs.com/who/bwk/ +COMMENT= Brian Kernighan's pattern-directed scanning and processing language DIST_SUBDIR= ${PKGNAME} diff --git a/lang/nawk/pkg/COMMENT b/lang/nawk/pkg/COMMENT deleted file mode 100644 index 2ad42331f75..00000000000 --- a/lang/nawk/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Brian Kernighan's pattern-directed scanning and processing language |