pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/typo3_61 Simplyfy using REPLACE_BASH instead of RE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17c6b5a1734f
branches:  trunk
changeset: 627915:17c6b5a1734f
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Dec 20 15:35:50 2013 +0000

description:
Simplyfy using REPLACE_BASH instead of REPLACE_INTERPRETER and its
friends.

No functional change.

diffstat:

 www/typo3_61/Makefile |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r a1db2eee6b44 -r 17c6b5a1734f www/typo3_61/Makefile
--- a/www/typo3_61/Makefile     Fri Dec 20 14:36:41 2013 +0000
+++ b/www/typo3_61/Makefile     Fri Dec 20 15:35:50 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2013/12/10 15:22:20 taca Exp $
+# $NetBSD: Makefile,v 1.4 2013/12/20 15:35:50 taca Exp $
 #
 
 DISTNAME=      ${TYPO3NAME}
@@ -30,10 +30,7 @@
 REPLACE.php.new=       ${PREFIX}/bin/php
 REPLACE_FILES.php=     typo3/cli_dispatch.phpsh
 
-REPLACE_INTERPRETER+=  sh
-REPLACE.sh.old=                /bin/bash
-REPLACE.sh.new=                /bin/sh
-REPLACE_FILES.sh=      typo3/contrib/flowplayer/flowplayer.captions/example/flvtool2-cuepoints.sh
+REPLACE_BASH=  typo3/contrib/flowplayer/plugins/flowplayer.captions/example/flvtool2-cuepoints.sh
 
 TYPO3DATADIRS= fileadmin fileadmin/_temp_ fileadmin/user_upload \
                typo3conf typo3conf/ext typo3conf/l10n typo3temp uploads \



Home | Main Index | Thread Index | Old Index