summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-11-07 13:51:10 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-11-07 13:51:10 +0000
commitd291ad32ca54429842a7a594342f33ff75d3eac8 (patch)
tree64a7b88cfefd6ac82e406551ff221ca21bbf2868 /net-im
parent- Resolve build problems on systems without fmemopen() (diff)
Replace some occurences of mach with PERL_ARCH (and a couple of other small noop fixes.)
With hat: perl@ Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=372262
Diffstat (limited to 'net-im')
-rw-r--r--net-im/sendxmpp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/sendxmpp/Makefile b/net-im/sendxmpp/Makefile
index a987ba0560e1..a3046d7f5905 100644
--- a/net-im/sendxmpp/Makefile
+++ b/net-im/sendxmpp/Makefile
@@ -17,8 +17,8 @@ USES= perl5
USE_PERL5= configure
PLIST_FILES= bin/sendxmpp \
- %%SITE_PERL%%/mach/auto/sendxmpp/.packlist \
+ %%SITE_PERL%%/%%PERL_ARCH%%/auto/sendxmpp/.packlist \
man/man1/sendxmpp.1.gz
-PLIST_DIRS= %%SITE_PERL%%/mach/auto/sendxmpp
+PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/sendxmpp
.include <bsd.port.mk>