summaryrefslogtreecommitdiffstats
path: root/devel/pear-PEAR
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-11-05 12:03:13 +0000
committerpav <pav@FreeBSD.org>2004-11-05 12:03:13 +0000
commitbe33a0173e13801b0511588c612b113c26a6b132 (patch)
treef00d69cf5fc46738fe91f5c28129d814981c5350 /devel/pear-PEAR
parent2008d3cca348b36dda8b8f81c747bdac93033f8a (diff)
downloadFreeBSD-ports-be33a0173e13801b0511588c612b113c26a6b132.zip
FreeBSD-ports-be33a0173e13801b0511588c612b113c26a6b132.tar.gz
- More touches to install-scripts: mv -> cp, correct install_script spelling
and drop chmod. Submitted by: Ant?nio Carlos Venancio Junior <antonio@php.net> (maintainer)
Diffstat (limited to 'devel/pear-PEAR')
-rw-r--r--devel/pear-PEAR/Makefile.common5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/pear-PEAR/Makefile.common b/devel/pear-PEAR/Makefile.common
index c24240c..9a36971 100644
--- a/devel/pear-PEAR/Makefile.common
+++ b/devel/pear-PEAR/Makefile.common
@@ -208,10 +208,9 @@ do-install-scriptfiles: do-install-scriptfiles-msg
. if !empty(SCRIPTFILES)
@${ECHO_MSG} "===> Installing scripts in ${SCRIPTFILESDIR}."
. for file in ${SCRIPTFILES}
- @${MV} ${WRKSRC}/pear-${file} ${WRKSRC}/${file}
+ @${CP} ${WRKSRC}/pear-${file} ${WRKSRC}/${file}
@${REINPLACE_CMD} -e "s|@php_bin@|${SCRIPTFILESDIR}/php|g" ${WRKSRC}/${file}
- @${INSTALL_SCRIPTS} ${WRKSRC}/${file} ${SCRIPTFILESDIR}/${file}
- @${CHMOD} 555 ${SCRIPTFILESDIR}/${file}
+ @${INSTALL_SCRIPT} ${WRKSRC}/${file} ${SCRIPTFILESDIR}/${file}
. endfor
. endif
OpenPOWER on IntegriCloud