summaryrefslogtreecommitdiff
path: root/emulators/snespp
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-07 02:56:19 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-07 02:56:19 +0000
commit4c97fac781480b9e55094c6ca6fde0a5b2fa7bc8 (patch)
tree09bf1b0ba0412ce3204e2e0fa33dc5cd25e92407 /emulators/snespp
parent- Fix build with gcc-4.2 (diff)
Replace all INSTALL_DATA/INSTALL_SCRIPT and INSTALL_PROGRAM/STRIP=
hacks to install kernel loadable modules correctly on amd64 platforms with the new INSTALL_KLD command. All PORTREVISIONS have been bumped to show when the new version of installing became available.
Notes
Notes: svn path=/head/; revision=201024
Diffstat (limited to 'emulators/snespp')
-rw-r--r--emulators/snespp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/snespp/Makefile b/emulators/snespp/Makefile
index ba512e18a95d..c47c31d77467 100644
--- a/emulators/snespp/Makefile
+++ b/emulators/snespp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= snespp
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= emulators kld
MASTER_SITES= http://www.cse.unsw.edu.au/~tbourke/software/
DISTNAME= ${PORTNAME}-${PORTVERSION}
@@ -30,6 +31,6 @@ IGNORE= versions of FreeBSD before 6.0 are not supported
do-install:
@${INSTALL_MAN} ${WRKSRC}/snespp.4 ${PREFIX}/man/man4
- @${INSTALL_PROGRAM} ${WRKSRC}/snespp.ko ${KMODDIR}
+ @${INSTALL_KLD} ${WRKSRC}/snespp.ko ${KMODDIR}
.include <bsd.port.post.mk>