diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-04 21:57:03 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-04 21:57:03 +0000 |
commit | 61e8de29ce8b412097e0ff6fbcc9f21c0ff069fc (patch) | |
tree | 88e9ad03225e76741f16c595f688372376305c81 /devel | |
parent | . Update to 0.9.19. (diff) |
- In install scripts knob, use INSTALL_SCRIPTS instead of INSTALL_DATA.
Submitted by: thierry
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-PEAR/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pear-PEAR/Makefile.common b/devel/pear-PEAR/Makefile.common index 396c26590125..c24240c29b06 100644 --- a/devel/pear-PEAR/Makefile.common +++ b/devel/pear-PEAR/Makefile.common @@ -210,7 +210,7 @@ do-install-scriptfiles: do-install-scriptfiles-msg . for file in ${SCRIPTFILES} @${MV} ${WRKSRC}/pear-${file} ${WRKSRC}/${file} @${REINPLACE_CMD} -e "s|@php_bin@|${SCRIPTFILESDIR}/php|g" ${WRKSRC}/${file} - @${INSTALL_DATA} ${WRKSRC}/${file} ${SCRIPTFILESDIR}/${file} + @${INSTALL_SCRIPTS} ${WRKSRC}/${file} ${SCRIPTFILESDIR}/${file} @${CHMOD} 555 ${SCRIPTFILESDIR}/${file} . endfor . endif |