aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-11-07 21:51:10 +0800
committermat <mat@FreeBSD.org>2014-11-07 21:51:10 +0800
commit34dc682be7b4986cfb11ab7c554efc5452d6ac4e (patch)
tree64a7b88cfefd6ac82e406551ff221ca21bbf2868 /x11-toolkits
parent339fda5e08d66ae603ab2aaa15a0b7370bbb77c4 (diff)
downloadfreebsd-ports-graphics-34dc682be7b4986cfb11ab7c554efc5452d6ac4e.tar.gz
freebsd-ports-graphics-34dc682be7b4986cfb11ab7c554efc5452d6ac4e.tar.zst
freebsd-ports-graphics-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 'x11-toolkits')
-rw-r--r--x11-toolkits/p5-Tk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/p5-Tk/Makefile b/x11-toolkits/p5-Tk/Makefile
index dda506fde32..6b4832a4305 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>