diff options
Diffstat (limited to 'net/ripe-whois-tools/Makefile')
-rw-r--r-- | net/ripe-whois-tools/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/ripe-whois-tools/Makefile b/net/ripe-whois-tools/Makefile index d8d6b54d2eb..74ec9b46e47 100644 --- a/net/ripe-whois-tools/Makefile +++ b/net/ripe-whois-tools/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2003/03/29 12:42:03 jmmv Exp $ +# $NetBSD: Makefile,v 1.4 2004/01/20 12:22:21 agc Exp $ # DISTNAME= ripe-whois-tools-2.4 -WRKSRC= ${WRKDIR} CATEGORIES= net MASTER_SITES= ftp://ftp.ripe.net/tools/ @@ -10,6 +9,8 @@ MAINTAINER= seb@pbox.org HOMEPAGE= http://www.ripe.net/ripencc/pub-services/db/ COMMENT= RIPE WHOIS client and tools +WRKSRC= ${WRKDIR} + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" |