diff options
author | dillo <dillo> | 2005-05-19 19:45:45 +0000 |
---|---|---|
committer | dillo <dillo> | 2005-05-19 19:45:45 +0000 |
commit | a17e412c222e44e683fd4c8e5bcb3b39bb3564d4 (patch) | |
tree | 81216c1a1e80f8066bf666e08f755eff8bb39727 /lang/nawk | |
parent | d0f6435d9214e545c2a291a6a6680d39d8c06cce (diff) | |
download | pkgsrc-a17e412c222e44e683fd4c8e5bcb3b39bb3564d4.tar.gz |
reorder lines to please pkglint
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" |