diff options
author | erwin <erwin@FreeBSD.org> | 2003-10-24 14:15:32 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-10-24 14:15:32 +0000 |
commit | 7ef7264ae34f6cb991ce3f03434603e8aab6cfa8 (patch) | |
tree | a505991cc1185979959e05f2383dd62ab5c377ef /dns | |
parent | 6776f0024b38608c125fd923b6ef1e1bcded4bf9 (diff) | |
download | FreeBSD-ports-7ef7264ae34f6cb991ce3f03434603e8aab6cfa8.zip FreeBSD-ports-7ef7264ae34f6cb991ce3f03434603e8aab6cfa8.tar.gz |
Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS-ZoneFile/Makefile | 1 | ||||
-rw-r--r-- | dns/p5-Tie-DNS/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/dns/p5-Net-DNS-ZoneFile/Makefile b/dns/p5-Net-DNS-ZoneFile/Makefile index 92b0edf..61e25ee 100644 --- a/dns/p5-Net-DNS-ZoneFile/Makefile +++ b/dns/p5-Net-DNS-ZoneFile/Makefile @@ -22,7 +22,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -SITE_PERL= ${SITE_PERL} MAN3= Net::DNS::ZoneFile.3 post-patch: diff --git a/dns/p5-Tie-DNS/Makefile b/dns/p5-Tie-DNS/Makefile index 09365a3..d015489 100644 --- a/dns/p5-Tie-DNS/Makefile +++ b/dns/p5-Tie-DNS/Makefile @@ -18,7 +18,6 @@ COMMENT= Tie interface to p5-Net-DNS BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS= ${BUILD_DEPENDS} -SITE_PERL= ${SITE_PERL} EXAMPLESDIR?= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} PERL_CONFIGURE= yes |