summaryrefslogtreecommitdiff
path: root/devel/libgetopt
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-10-21 22:03:22 +0000
committerwiz <wiz@pkgsrc.org>2000-10-21 22:03:22 +0000
commit22a45920842c582d84bc3150d24f0cce77057bf9 (patch)
treedadf06ae79efc2c751242607d9c2a4252e86fe3a /devel/libgetopt
parenta31af85baae04c17f4849ce5b8bad8f2d04fa2ce (diff)
downloadpkgsrc-22a45920842c582d84bc3150d24f0cce77057bf9.tar.gz
reorder lines for pkglint
Diffstat (limited to 'devel/libgetopt')
-rw-r--r--devel/libgetopt/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/libgetopt/Makefile b/devel/libgetopt/Makefile
index 3ba69d38185..c32033f06cf 100644
--- a/devel/libgetopt/Makefile
+++ b/devel/libgetopt/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2000/10/18 13:47:05 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2000/10/21 22:03:22 wiz Exp $
#
-VERS= 1.3
DISTNAME= libgetopt-${VERS}
CATEGORIES= pkgtools sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL}
@@ -9,12 +8,13 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
# ftp://ftp.de.netbsd.org/pub/NetBSD/NetBSD-current/src/lib/libc/stdlib/
DISTFILES= getopt_long.c-${VERS} getopt_long.3-${VERS}
+MAINTAINER= hubertf@netbsd.org,mcr@netbsd.org
+
.if exists(/usr/include/getopt.h)
IGNORE= "${PKGNAME} is part of your NetBSD distribution"
.endif
-MAINTAINER= hubertf@netbsd.org,mcr@netbsd.org
-
+VERS= 1.3
WRKSRC= ${WRKDIR}/libgetopt
# I have NFC why the mkdir in pre-extract doesn't work, so do it here:
EXTRACT_CMD= ${MKDIR} ${WRKSRC} && ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC}