diff options
author | agc <agc> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:18:15 +0000 |
commit | 1e53090cc228edde244c3b79950271b8ca469b1f (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /net/ip6_int | |
parent | 0bc53217fe50327f0f59e7136db15f92f75951d9 (diff) | |
download | pkgsrc-1e53090cc228edde244c3b79950271b8ca469b1f.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'net/ip6_int')
-rw-r--r-- | net/ip6_int/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ip6_int/Makefile b/net/ip6_int/Makefile index 99147f21336..48ef986e72d 100644 --- a/net/ip6_int/Makefile +++ b/net/ip6_int/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 22:51:14 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/20 12:22:19 agc Exp $ # DISTNAME= ip6_int PKGNAME= ${DISTNAME}-1.0 -WRKSRC= ${WRKDIR} CATEGORIES= net MASTER_SITES= http://www.bieringer.de/linux/IPv6/tools/ EXTRACT_SUFX= # @@ -13,6 +12,7 @@ COMMENT= Convert an IPv4/IPv6 address to an in-addr.arpa/ip6.int PTR value EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC} +WRKSRC= ${WRKDIR} USE_PERL5= yes REPLACE_PERL= ip6_int NO_BUILD= yes |