diff options
author | pav <pav@FreeBSD.org> | 2004-11-05 05:57:03 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-05 05:57:03 +0800 |
commit | 5dba5dd3efc1f431159d66791800c2a0851472c9 (patch) | |
tree | a383835798ece6d717601615be5d5264b2b7c339 /devel | |
parent | fe7b9ee592cdcbc234bead8cea52f62ff063f249 (diff) | |
download | freebsd-ports-gnome-5dba5dd3efc1f431159d66791800c2a0851472c9.tar.gz freebsd-ports-gnome-5dba5dd3efc1f431159d66791800c2a0851472c9.tar.zst freebsd-ports-gnome-5dba5dd3efc1f431159d66791800c2a0851472c9.zip |
- 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 |