diff options
author | trevor <trevor@FreeBSD.org> | 2004-02-11 23:01:23 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-02-11 23:01:23 +0000 |
commit | 49c549704f0ea724b72b7e4c564b989ac14502ca (patch) | |
tree | 711e88f87eab864bd49d9b5c0a7cbcd1217b32e4 /www | |
parent | f0f15621e3fa41890001df0abdfc8b3fa2ef5ab7 (diff) | |
download | FreeBSD-ports-49c549704f0ea724b72b7e4c564b989ac14502ca.zip FreeBSD-ports-49c549704f0ea724b72b7e4c564b989ac14502ca.tar.gz |
Avoid REINPLACE_CMD dependency.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-devel/Makefile | 12 | ||||
-rw-r--r-- | www/firefox-esr/Makefile | 12 | ||||
-rw-r--r-- | www/firefox/Makefile | 12 | ||||
-rw-r--r-- | www/firefox10/Makefile | 12 | ||||
-rw-r--r-- | www/firefox15/Makefile | 12 | ||||
-rw-r--r-- | www/firefox3-devel/Makefile | 12 | ||||
-rw-r--r-- | www/firefox35/Makefile | 12 | ||||
-rw-r--r-- | www/firefox36/Makefile | 12 | ||||
-rw-r--r-- | www/flock/Makefile | 12 |
9 files changed, 54 insertions, 54 deletions
diff --git a/www/firefox-devel/Makefile b/www/firefox-devel/Makefile index 7c9db3f..c62839d 100644 --- a/www/firefox-devel/Makefile +++ b/www/firefox-devel/Makefile @@ -39,7 +39,6 @@ USE_GMAKE= yes USE_GNOME= gtk20 libidl USE_ICONV= yes USE_PERL5= yes -USE_REINPLACE= yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/mozilla @@ -117,11 +116,12 @@ post-patch: ${WRKSRC}/js/src/Makefile.in @${PERL} -pi -e 's|libesd\.so\.0|${ESD_LIB}|g' \ ${WRKSRC}/widget/src/gtk2/nsSound.cpp - @${REINPLACE_CMD} -e \ - '/accessibility.typeaheadfind.enablesound/s/true/false/' \ - ${WRKSRC}/modules/libpref/src/init/all.js \ - ${WRKSRC}/browser/app/profile/all.js \ - ${WRKSRC}/calendar/sunbird/app/profile/all.js +.for ii in modules/libpref/src/init browser/app/profile \ + calendar/sunbird/app/profile + ${MV} ${WRKSRC}/${ii}/all.js ${WRKSRC}/${ii}/all.js.bak + ${SED} -e '/accessibility.typeaheadfind.enablesound/s/true/false/' \ + < ${WRKSRC}/${ii}/all.js.bak > ${WRKSRC}/${ii}/all.js +.endfor pre-install: # Overview: the program installs itself in FAKEDIR, then a list is made of the diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 7c9db3f..c62839d 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -39,7 +39,6 @@ USE_GMAKE= yes USE_GNOME= gtk20 libidl USE_ICONV= yes USE_PERL5= yes -USE_REINPLACE= yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/mozilla @@ -117,11 +116,12 @@ post-patch: ${WRKSRC}/js/src/Makefile.in @${PERL} -pi -e 's|libesd\.so\.0|${ESD_LIB}|g' \ ${WRKSRC}/widget/src/gtk2/nsSound.cpp - @${REINPLACE_CMD} -e \ - '/accessibility.typeaheadfind.enablesound/s/true/false/' \ - ${WRKSRC}/modules/libpref/src/init/all.js \ - ${WRKSRC}/browser/app/profile/all.js \ - ${WRKSRC}/calendar/sunbird/app/profile/all.js +.for ii in modules/libpref/src/init browser/app/profile \ + calendar/sunbird/app/profile + ${MV} ${WRKSRC}/${ii}/all.js ${WRKSRC}/${ii}/all.js.bak + ${SED} -e '/accessibility.typeaheadfind.enablesound/s/true/false/' \ + < ${WRKSRC}/${ii}/all.js.bak > ${WRKSRC}/${ii}/all.js +.endfor pre-install: # Overview: the program installs itself in FAKEDIR, then a list is made of the diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 7c9db3f..c62839d 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -39,7 +39,6 @@ USE_GMAKE= yes USE_GNOME= gtk20 libidl USE_ICONV= yes USE_PERL5= yes -USE_REINPLACE= yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/mozilla @@ -117,11 +116,12 @@ post-patch: ${WRKSRC}/js/src/Makefile.in @${PERL} -pi -e 's|libesd\.so\.0|${ESD_LIB}|g' \ ${WRKSRC}/widget/src/gtk2/nsSound.cpp - @${REINPLACE_CMD} -e \ - '/accessibility.typeaheadfind.enablesound/s/true/false/' \ - ${WRKSRC}/modules/libpref/src/init/all.js \ - ${WRKSRC}/browser/app/profile/all.js \ - ${WRKSRC}/calendar/sunbird/app/profile/all.js +.for ii in modules/libpref/src/init browser/app/profile \ + calendar/sunbird/app/profile + ${MV} ${WRKSRC}/${ii}/all.js ${WRKSRC}/${ii}/all.js.bak + ${SED} -e '/accessibility.typeaheadfind.enablesound/s/true/false/' \ + < ${WRKSRC}/${ii}/all.js.bak > ${WRKSRC}/${ii}/all.js +.endfor pre-install: # Overview: the program installs itself in FAKEDIR, then a list is made of the diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile index 7c9db3f..c62839d 100644 --- a/www/firefox10/Makefile +++ b/www/firefox10/Makefile @@ -39,7 +39,6 @@ USE_GMAKE= yes USE_GNOME= gtk20 libidl USE_ICONV= yes USE_PERL5= yes -USE_REINPLACE= yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/mozilla @@ -117,11 +116,12 @@ post-patch: ${WRKSRC}/js/src/Makefile.in @${PERL} -pi -e 's|libesd\.so\.0|${ESD_LIB}|g' \ ${WRKSRC}/widget/src/gtk2/nsSound.cpp - @${REINPLACE_CMD} -e \ - '/accessibility.typeaheadfind.enablesound/s/true/false/' \ - ${WRKSRC}/modules/libpref/src/init/all.js \ - ${WRKSRC}/browser/app/profile/all.js \ - ${WRKSRC}/calendar/sunbird/app/profile/all.js +.for ii in modules/libpref/src/init browser/app/profile \ + calendar/sunbird/app/profile + ${MV} ${WRKSRC}/${ii}/all.js ${WRKSRC}/${ii}/all.js.bak + ${SED} -e '/accessibility.typeaheadfind.enablesound/s/true/false/' \ + < ${WRKSRC}/${ii}/all.js.bak > ${WRKSRC}/${ii}/all.js +.endfor pre-install: # Overview: the program installs itself in FAKEDIR, then a list is made of the diff --git a/www/firefox15/Makefile b/www/firefox15/Makefile index 7c9db3f..c62839d 100644 --- a/www/firefox15/Makefile +++ b/www/firefox15/Makefile @@ -39,7 +39,6 @@ USE_GMAKE= yes USE_GNOME= gtk20 libidl USE_ICONV= yes USE_PERL5= yes -USE_REINPLACE= yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/mozilla @@ -117,11 +116,12 @@ post-patch: ${WRKSRC}/js/src/Makefile.in @${PERL} -pi -e 's|libesd\.so\.0|${ESD_LIB}|g' \ ${WRKSRC}/widget/src/gtk2/nsSound.cpp - @${REINPLACE_CMD} -e \ - '/accessibility.typeaheadfind.enablesound/s/true/false/' \ - ${WRKSRC}/modules/libpref/src/init/all.js \ - ${WRKSRC}/browser/app/profile/all.js \ - ${WRKSRC}/calendar/sunbird/app/profile/all.js +.for ii in modules/libpref/src/init browser/app/profile \ + calendar/sunbird/app/profile + ${MV} ${WRKSRC}/${ii}/all.js ${WRKSRC}/${ii}/all.js.bak + ${SED} -e '/accessibility.typeaheadfind.enablesound/s/true/false/' \ + < ${WRKSRC}/${ii}/all.js.bak > ${WRKSRC}/${ii}/all.js +.endfor pre-install: # Overview: the program installs itself in FAKEDIR, then a list is made of the diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile index 7c9db3f..c62839d 100644 --- a/www/firefox3-devel/Makefile +++ b/www/firefox3-devel/Makefile @@ -39,7 +39,6 @@ USE_GMAKE= yes USE_GNOME= gtk20 libidl USE_ICONV= yes USE_PERL5= yes -USE_REINPLACE= yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/mozilla @@ -117,11 +116,12 @@ post-patch: ${WRKSRC}/js/src/Makefile.in @${PERL} -pi -e 's|libesd\.so\.0|${ESD_LIB}|g' \ ${WRKSRC}/widget/src/gtk2/nsSound.cpp - @${REINPLACE_CMD} -e \ - '/accessibility.typeaheadfind.enablesound/s/true/false/' \ - ${WRKSRC}/modules/libpref/src/init/all.js \ - ${WRKSRC}/browser/app/profile/all.js \ - ${WRKSRC}/calendar/sunbird/app/profile/all.js +.for ii in modules/libpref/src/init browser/app/profile \ + calendar/sunbird/app/profile + ${MV} ${WRKSRC}/${ii}/all.js ${WRKSRC}/${ii}/all.js.bak + ${SED} -e '/accessibility.typeaheadfind.enablesound/s/true/false/' \ + < ${WRKSRC}/${ii}/all.js.bak > ${WRKSRC}/${ii}/all.js +.endfor pre-install: # Overview: the program installs itself in FAKEDIR, then a list is made of the diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile index 7c9db3f..c62839d 100644 --- a/www/firefox35/Makefile +++ b/www/firefox35/Makefile @@ -39,7 +39,6 @@ USE_GMAKE= yes USE_GNOME= gtk20 libidl USE_ICONV= yes USE_PERL5= yes -USE_REINPLACE= yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/mozilla @@ -117,11 +116,12 @@ post-patch: ${WRKSRC}/js/src/Makefile.in @${PERL} -pi -e 's|libesd\.so\.0|${ESD_LIB}|g' \ ${WRKSRC}/widget/src/gtk2/nsSound.cpp - @${REINPLACE_CMD} -e \ - '/accessibility.typeaheadfind.enablesound/s/true/false/' \ - ${WRKSRC}/modules/libpref/src/init/all.js \ - ${WRKSRC}/browser/app/profile/all.js \ - ${WRKSRC}/calendar/sunbird/app/profile/all.js +.for ii in modules/libpref/src/init browser/app/profile \ + calendar/sunbird/app/profile + ${MV} ${WRKSRC}/${ii}/all.js ${WRKSRC}/${ii}/all.js.bak + ${SED} -e '/accessibility.typeaheadfind.enablesound/s/true/false/' \ + < ${WRKSRC}/${ii}/all.js.bak > ${WRKSRC}/${ii}/all.js +.endfor pre-install: # Overview: the program installs itself in FAKEDIR, then a list is made of the diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile index 7c9db3f..c62839d 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/Makefile @@ -39,7 +39,6 @@ USE_GMAKE= yes USE_GNOME= gtk20 libidl USE_ICONV= yes USE_PERL5= yes -USE_REINPLACE= yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/mozilla @@ -117,11 +116,12 @@ post-patch: ${WRKSRC}/js/src/Makefile.in @${PERL} -pi -e 's|libesd\.so\.0|${ESD_LIB}|g' \ ${WRKSRC}/widget/src/gtk2/nsSound.cpp - @${REINPLACE_CMD} -e \ - '/accessibility.typeaheadfind.enablesound/s/true/false/' \ - ${WRKSRC}/modules/libpref/src/init/all.js \ - ${WRKSRC}/browser/app/profile/all.js \ - ${WRKSRC}/calendar/sunbird/app/profile/all.js +.for ii in modules/libpref/src/init browser/app/profile \ + calendar/sunbird/app/profile + ${MV} ${WRKSRC}/${ii}/all.js ${WRKSRC}/${ii}/all.js.bak + ${SED} -e '/accessibility.typeaheadfind.enablesound/s/true/false/' \ + < ${WRKSRC}/${ii}/all.js.bak > ${WRKSRC}/${ii}/all.js +.endfor pre-install: # Overview: the program installs itself in FAKEDIR, then a list is made of the diff --git a/www/flock/Makefile b/www/flock/Makefile index 7c9db3f..c62839d 100644 --- a/www/flock/Makefile +++ b/www/flock/Makefile @@ -39,7 +39,6 @@ USE_GMAKE= yes USE_GNOME= gtk20 libidl USE_ICONV= yes USE_PERL5= yes -USE_REINPLACE= yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/mozilla @@ -117,11 +116,12 @@ post-patch: ${WRKSRC}/js/src/Makefile.in @${PERL} -pi -e 's|libesd\.so\.0|${ESD_LIB}|g' \ ${WRKSRC}/widget/src/gtk2/nsSound.cpp - @${REINPLACE_CMD} -e \ - '/accessibility.typeaheadfind.enablesound/s/true/false/' \ - ${WRKSRC}/modules/libpref/src/init/all.js \ - ${WRKSRC}/browser/app/profile/all.js \ - ${WRKSRC}/calendar/sunbird/app/profile/all.js +.for ii in modules/libpref/src/init browser/app/profile \ + calendar/sunbird/app/profile + ${MV} ${WRKSRC}/${ii}/all.js ${WRKSRC}/${ii}/all.js.bak + ${SED} -e '/accessibility.typeaheadfind.enablesound/s/true/false/' \ + < ${WRKSRC}/${ii}/all.js.bak > ${WRKSRC}/${ii}/all.js +.endfor pre-install: # Overview: the program installs itself in FAKEDIR, then a list is made of the |