diff options
author | mat <mat@FreeBSD.org> | 2014-11-07 21:51:10 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-11-07 21:51:10 +0800 |
commit | 34dc682be7b4986cfb11ab7c554efc5452d6ac4e (patch) | |
tree | 64a7b88cfefd6ac82e406551ff221ca21bbf2868 /dns | |
parent | 339fda5e08d66ae603ab2aaa15a0b7370bbb77c4 (diff) | |
download | freebsd-ports-gnome-34dc682be7b4986cfb11ab7c554efc5452d6ac4e.tar.gz freebsd-ports-gnome-34dc682be7b4986cfb11ab7c554efc5452d6ac4e.tar.zst freebsd-ports-gnome-34dc682be7b4986cfb11ab7c554efc5452d6ac4e.zip |
Replace some occurences of mach with PERL_ARCH (and a couple of other small noop fixes.)
With hat: perl@
Sponsored by: Absolight
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index 52770ade955b..87a887cb1531 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -30,6 +30,6 @@ IPV6_BUILD_DEPENDS= p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 IPV6_RUN_DEPENDS= p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 post-stage: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/mach/auto/Net/DNS/DNS.so + ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Net/DNS/DNS.so .include <bsd.port.mk> |