aboutsummaryrefslogtreecommitdiffstats
path: root/audio
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 /audio
parent339fda5e08d66ae603ab2aaa15a0b7370bbb77c4 (diff)
downloadfreebsd-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 'audio')
-rw-r--r--audio/gramofile/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gramofile/Makefile b/audio/gramofile/Makefile
index fc6b456dff1f..085432fb752c 100644
--- a/audio/gramofile/Makefile
+++ b/audio/gramofile/Makefile
@@ -23,7 +23,7 @@ USE_CSTD= gnu89
MAKE_ARGS+= CC="${CC}"
MAKE_ARGS+= CXX="${CXX}"
-PERLCOREDIR= ${LOCALBASE}/lib/perl5/${PERL_VER}/mach/CORE
+PERLCOREDIR= ${LOCALBASE}/lib/perl5/${PERL_VER}/${PERL_ARCH}/CORE
MAKE_ARGS+= PERLCOREDIR=${PERLCOREDIR}
post-patch: