diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /net/md-whois | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'net/md-whois')
-rw-r--r-- | net/md-whois/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/md-whois/Makefile b/net/md-whois/Makefile index 0275d40c716..babb553303f 100644 --- a/net/md-whois/Makefile +++ b/net/md-whois/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/01/04 03:57:36 reed Exp $ +# $NetBSD: Makefile,v 1.10 2004/01/20 12:22:19 agc Exp $ # # todo: set location of [md-]whois.conf and fix in man page too # todo: build and install the po/ files and add to PLIST @@ -7,7 +7,6 @@ DISTNAME= whois_${VERSION} PKGNAME= md-whois-${VERSION} -WRKSRC= ${WRKDIR}/whois-${VERSION} CATEGORIES= net MASTER_SITES= http://www.linux.it/~md/software/ @@ -17,6 +16,7 @@ COMMENT= Improved whois client VERSION= 4.6.9 +WRKSRC= ${WRKDIR}/whois-${VERSION} USE_PERL5= build USE_GMAKE= YES |