diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-10-26 07:51:26 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-10-26 07:51:26 +0000 |
commit | 0a2f9e05dcf7ed57eac8856da3d958288b8119a5 (patch) | |
tree | 91e9906a6c858d0cdbbc9c64423bf08630d00e05 /lang/nawk | |
parent | 5c30a8b6339d0e8f53eb8797e7cb316c555487c0 (diff) |
Notes
Diffstat (limited to 'lang/nawk')
-rw-r--r-- | lang/nawk/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/nawk/Makefile b/lang/nawk/Makefile index 10f8eb18dafe..a52427750d1a 100644 --- a/lang/nawk/Makefile +++ b/lang/nawk/Makefile @@ -1,3 +1,4 @@ +# ex:ts=8 # New ports collection makefile for: nawk # Version required: 99.04.16 # Date created: 29 April 1998 @@ -12,6 +13,8 @@ CATEGORIES= lang MASTER_SITES= http://cm.bell-labs.com/who/bwk/ EXTRACT_SUFX= tar.gz +MAINTAINER= obrien@FreeBSD.org + NO_WRKSUBDIR= yes MAKEFILE= makefile ALL_TARGET= a.out |