aboutsummaryrefslogtreecommitdiff
path: root/audio/squeezeboxserver
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-12-23 02:22:19 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-12-23 02:22:19 +0000
commit92fbc75c13dd7bcfe72410a33275f3398a818a6a (patch)
tree763d9149160bb2bd189a8c2d8f4adda8c7e58ebf /audio/squeezeboxserver
parentb461de35352a37910be96fe267e2b78aa7dd69c6 (diff)
downloadports-92fbc75c13dd7bcfe72410a33275f3398a818a6a.tar.gz
ports-92fbc75c13dd7bcfe72410a33275f3398a818a6a.zip
Notes
Diffstat (limited to 'audio/squeezeboxserver')
-rw-r--r--audio/squeezeboxserver/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/squeezeboxserver/Makefile b/audio/squeezeboxserver/Makefile
index be8b4ce124bd..ce84aa3c2c96 100644
--- a/audio/squeezeboxserver/Makefile
+++ b/audio/squeezeboxserver/Makefile
@@ -134,7 +134,7 @@ SUB_FILES= Custom.pm \
custom-convert.conf
SUB_LIST= PERL=${PERL} \
PORTNAME=${PORTNAME} \
- SITE_PERL=${SITE_PERL} \
+ SITE_PERL=${PREFIX}/${SITE_PERL_REL} \
SLIMDIR=${SLIMDIR} \
SLIMDBDIR=${SLIMDBDIR} \
SLIMUSER=${SLIMUSER} \
@@ -159,7 +159,7 @@ post-patch:
-e 's|%%DISTDIR%%|${_DISTDIR}|g' \
-e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
-e 's|%%PREFIX%%|${PREFIX}|g' \
- -e 's|%%SITE_PERL%%|${SITE_PERL}|g' \
+ -e 's|%%SITE_PERL%%|${PREFIX}/${SITE_PERL_REL}|g' \
-e 's|%%SLIMDBDIR%%|${SLIMDBDIR}|g' \
-e 's|%%TMP_SLIMDIR%%|${TMP_SLIMDIR}|g' \
${WRKSRC}/scanner.pl \