pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/nawk reorder lines to please pkglint



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07f663e53d92
branches:  trunk
changeset: 494136:07f663e53d92
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Thu May 19 19:45:45 2005 +0000

description:
reorder lines to please pkglint

diffstat:

 lang/nawk/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r cd934a867916 -r 07f663e53d92 lang/nawk/Makefile
--- a/lang/nawk/Makefile        Thu May 19 19:24:59 2005 +0000
+++ b/lang/nawk/Makefile        Thu May 19 19:45:45 2005 +0000
@@ -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 @@
 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@localhost
 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"



Home | Main Index | Thread Index | Old Index