diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /net/md-whois | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'net/md-whois')
-rw-r--r-- | net/md-whois/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/md-whois/Makefile b/net/md-whois/Makefile index 5af0a39d5b8..33b74de030a 100644 --- a/net/md-whois/Makefile +++ b/net/md-whois/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/03/22 02:31:49 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2003/03/29 12:41:58 jmmv 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 @@ -8,6 +8,7 @@ VERSION= 4.6.3 DISTNAME= whois_${VERSION} PKGNAME= md-whois-${VERSION} +WRKSRC= ${WRKDIR}/whois-${VERSION} CATEGORIES= net MASTER_SITES= http://www.linux.it/~md/software/ @@ -17,8 +18,6 @@ COMMENT= Improved whois client USE_PERL5= build -WRKSRC= ${WRKDIR}/whois-${VERSION} - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/whois ${PREFIX}/bin/md-whois ${INSTALL_MAN} ${WRKSRC}/whois.1 ${PREFIX}/man/man1/md-whois.1 |