summaryrefslogtreecommitdiff
path: root/devel/libgetopt
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-03-29 12:40:00 +0000
committerjmmv <jmmv@pkgsrc.org>2003-03-29 12:40:00 +0000
commit0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch)
treefaa47d38b96f7c3d479f826963ddfdc99b66acc3 /devel/libgetopt
parent027ce626821d991bc282a370598c738be6c3e12e (diff)
downloadpkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'devel/libgetopt')
-rw-r--r--devel/libgetopt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libgetopt/Makefile b/devel/libgetopt/Makefile
index 90c620efcbf..7d268864598 100644
--- a/devel/libgetopt/Makefile
+++ b/devel/libgetopt/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2002/12/07 02:38:53 schmonz Exp $
+# $NetBSD: Makefile,v 1.12 2003/03/29 12:40:34 jmmv Exp $
#
DISTNAME= libgetopt-${VERS}
+WRKSRC= ${WRKDIR}/libgetopt
CATEGORIES= pkgtools sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL}
# MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/lib/libc/stdlib/ \
@@ -18,7 +19,6 @@ PKG_SKIP_REASON= "${PKGNAME} is part of your ${OPSYS} distribution"
.endif
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}
MANCOMPRESSED_IF_MANZ= yes