diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-07 21:51:10 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-07 21:51:10 +0800 |
commit | d291ad32ca54429842a7a594342f33ff75d3eac8 (patch) | |
tree | 64a7b88cfefd6ac82e406551ff221ca21bbf2868 /x11-toolkits | |
parent | f5fd2da69c27290667cdeb190255f12a9cf88442 (diff) | |
download | freebsd-ports-gnome-d291ad32ca54429842a7a594342f33ff75d3eac8.tar.gz freebsd-ports-gnome-d291ad32ca54429842a7a594342f33ff75d3eac8.tar.zst freebsd-ports-gnome-d291ad32ca54429842a7a594342f33ff75d3eac8.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 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-Tk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/p5-Tk/Makefile b/x11-toolkits/p5-Tk/Makefile index dda506fde324..6b4832a43051 100644 --- a/x11-toolkits/p5-Tk/Makefile +++ b/x11-toolkits/p5-Tk/Makefile @@ -49,10 +49,10 @@ post-configure: post-stage: ${FIND} ${STAGEDIR} -name '*.bs' -size 0c -exec ${RM} {} \; - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/mach/auto/Tk/Tk.so + ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Tk/Tk.so .for i in Canvas Compound Entry Event HList IO InputO JPEG Listbox Menubutton Mwm NBFrame PNG Pixmap Scale Scrollbar TList Text TixGrid WinPhoto X Xlib ${STRIP_CMD} \ - ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/mach/auto/Tk/${i}/${i}.so + ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Tk/${i}/${i}.so .endfor .include <bsd.port.mk> |