diff options
Diffstat (limited to 'lang/nawk')
-rw-r--r-- | lang/nawk/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/nawk/Makefile b/lang/nawk/Makefile index c076b543474..daba0769c96 100644 --- a/lang/nawk/Makefile +++ b/lang/nawk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2005/05/18 05:22:43 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2005/05/19 19:45:45 dillo Exp $ # DISTNAME= awk @@ -6,17 +6,16 @@ PKGNAME= nawk-20050424 CATEGORIES= lang #MASTER_SITES= http://cm.bell-labs.com/who/bwk/ MASTER_SITES= ${MASTER_SITE_LOCAL:=${PKGNAME_NOREV}/} -DIST_SUBDIR= ${PKGNAME} - +# # We use the .shar file instead of the .tar.gz file to avoid needing # build dependencies. -# EXTRACT_SUFX= .shar MAINTAINER= cjep@NetBSD.org HOMEPAGE= http://cm.bell-labs.com/who/bwk/ COMMENT= Brian Kernighan's pattern-directed scanning and processing language +DIST_SUBDIR= ${PKGNAME} PKG_INSTALLATION_TYPES= overwrite pkgviews .include "../../mk/bsd.prefs.mk" |