diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-05-25 06:07:08 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-05-25 06:07:08 +0000 |
commit | 15a4cfbda809b395917a250ad111f7d6764b2f90 (patch) | |
tree | 6e0d7dd43f0ae9c1f5c316c63300a89b35784cd0 /games | |
parent | ab8032ae529994de300cf311224f6d81371db0ea (diff) | |
download | ports-15a4cfbda809b395917a250ad111f7d6764b2f90.tar.gz ports-15a4cfbda809b395917a250ad111f7d6764b2f90.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-nwnclient/Makefile | 2 |
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> |