aboutsummaryrefslogtreecommitdiff
path: root/audio/squeezecenter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/squeezecenter/Makefile')
-rw-r--r--audio/squeezecenter/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/audio/squeezecenter/Makefile b/audio/squeezecenter/Makefile
index b04d2d204202..a7992a17f307 100644
--- a/audio/squeezecenter/Makefile
+++ b/audio/squeezecenter/Makefile
@@ -50,11 +50,11 @@ CPIOARGS= --quiet -pdum -R
PLIST= ${WRKDIR}/pkg-plist
PLIST_SUB= SLIMDIR=${SLIMDIR}
-SED_SCRIPT+= -e 's,%%LOCALBASE%%,${LOCALBASE},g' \
- -e 's,%%PREFIX%%,${PREFIX},g' \
- -e 's,%%PGREPBASE%%,${PGREPBASE},g' \
- -e 's,%%RC_SUBR%%,${RC_SUBR},g' \
- -e 's,%%SLIMDIR%%,${SLIMDIR},g'
+SUB_FILES= slimserver.sh \
+ softsqueeze.sh
+SUB_LIST= PGREPBASE=${PGREPBASE} \
+ RC_SUBR=${RC_SUBR} \
+ SLIMDIR=${SLIMDIR}
pre-fetch:
.if !defined(SLIMDIR)
@@ -63,10 +63,6 @@ pre-fetch:
@${ECHO_MSG} ""
.endif
-post-patch:
- @${SED} ${SED_SCRIPT} <${FILESDIR}/slimserver.sh >${WRKDIR}/slimserver.sh
- @${SED} ${SED_SCRIPT} <${FILESDIR}/softsqueeze.sh >${WRKDIR}/softsqueeze.sh
-
SLIMDIR?= slimserver
do-build: