aboutsummaryrefslogtreecommitdiff
path: root/games/linux-nwnclient
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2004-05-25 06:07:08 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2004-05-25 06:07:08 +0000
commit15a4cfbda809b395917a250ad111f7d6764b2f90 (patch)
tree6e0d7dd43f0ae9c1f5c316c63300a89b35784cd0 /games/linux-nwnclient
parentab8032ae529994de300cf311224f6d81371db0ea (diff)
downloadports-15a4cfbda809b395917a250ad111f7d6764b2f90.tar.gz
ports-15a4cfbda809b395917a250ad111f7d6764b2f90.zip
Use INSTALL_SCRIPT to install shell scripts, not INSTALL_PROGRAM.
Notes
Notes: svn path=/head/; revision=109932
Diffstat (limited to 'games/linux-nwnclient')
-rw-r--r--games/linux-nwnclient/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/linux-nwnclient/Makefile b/games/linux-nwnclient/Makefile
index ff331e14b8ed..8a07c71b4fa4 100644
--- a/games/linux-nwnclient/Makefile
+++ b/games/linux-nwnclient/Makefile
@@ -45,6 +45,6 @@ do-install:
${CPIO} -pdmuv -R${SHAREOWN}:${SHAREGRP} ${DATADIR})
${LN} -s ${LINUXBASE}/usr/lib/libstdc++-2-libc6.1-1-2.9.0.so \
${DATADIR}/lib/libstdc++-libc6.1-2.so.3
- ${INSTALL_PROGRAM} ${WRKDIR}/nwn ${PREFIX}/bin/
+ ${INSTALL_SCRIPT} ${WRKDIR}/nwn ${PREFIX}/bin/
.include <bsd.port.mk>