summaryrefslogtreecommitdiff
path: root/lang/nawk
diff options
context:
space:
mode:
authordillo <dillo@pkgsrc.org>2005-05-19 19:45:45 +0000
committerdillo <dillo@pkgsrc.org>2005-05-19 19:45:45 +0000
commitbe78f5ef46cc9d5dc924ee53dcae8693801335cb (patch)
tree81216c1a1e80f8066bf666e08f755eff8bb39727 /lang/nawk
parenta743d248068f36f1c26a25cb7b9c39ed33dce9fe (diff)
downloadpkgsrc-be78f5ef46cc9d5dc924ee53dcae8693801335cb.tar.gz
reorder lines to please pkglint
Diffstat (limited to 'lang/nawk')
-rw-r--r--lang/nawk/Makefile7
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"