diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-07 02:56:19 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-07 02:56:19 +0000 |
commit | a2ab1c92626150c186b51a1c1110d4bdbf7bba5d (patch) | |
tree | 43df51e08403ed3acae47a1abb717b5fa7dc0ba5 /japanese | |
parent | df212ea665e32c331f1268d5b03dbb0dcca46137 (diff) | |
download | FreeBSD-ports-a2ab1c92626150c186b51a1c1110d4bdbf7bba5d.zip FreeBSD-ports-a2ab1c92626150c186b51a1c1110d4bdbf7bba5d.tar.gz |
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.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/msdosfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/msdosfs/Makefile b/japanese/msdosfs/Makefile index c9dcc14..8e1feff 100644 --- a/japanese/msdosfs/Makefile +++ b/japanese/msdosfs/Makefile @@ -7,6 +7,7 @@ PORTNAME= msdosfs PORTVERSION= ${LAST_UPDATED} +PORTREVISION= 1 CATEGORIES= japanese kld MASTER_SITES= http://www.linkclub.or.jp/~clover/ \ ${MASTER_SITE_LOCAL} @@ -58,7 +59,7 @@ post-build: do-install: ${MKDIR} ${PREFIX}/lib/ja-msdosfs ${INSTALL_PROGRAM} ${WRKDIR}/mount_msdos/mount_jamsdos ${PREFIX}/sbin - ${INSTALL_SCRIPT} ${WRKSRC}/msdos_ja.ko ${PREFIX}/lib/ja-msdosfs + ${INSTALL_KLD} ${WRKSRC}/msdos_ja.ko ${PREFIX}/lib/ja-msdosfs ${INSTALL_SCRIPT} ${WRKDIR}/ja-msdosfs.sh ${PREFIX}/etc/rc.d .include <bsd.port.post.mk> |