summaryrefslogtreecommitdiff
path: root/korean
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 /korean
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 'korean')
-rw-r--r--korean/msdosfs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/korean/msdosfs/Makefile b/korean/msdosfs/Makefile
index dd61c3130d3b..64a6572db09b 100644
--- a/korean/msdosfs/Makefile
+++ b/korean/msdosfs/Makefile
@@ -9,6 +9,7 @@
PORTNAME= msdosfs
PORTVERSION= ${LAST_UPDATED}
+PORTREVISION= 1
CATEGORIES= korean kld
MASTER_SITES= http://www.kr.freebsd.org/~cjh/freebsd/msdosfs-ko/ \
ftp://ftp.kr.freebsd.org/pub/users/cjh/FreeBSD/ \
@@ -61,7 +62,7 @@ post-build:
do-install:
${MKDIR} ${PREFIX}/lib/ko-msdosfs
${INSTALL_PROGRAM} ${WRKDIR}/mount_msdos/mount_komsdos ${PREFIX}/sbin
- ${INSTALL_SCRIPT} ${WRKSRC}/msdos_ko.ko ${PREFIX}/lib/ko-msdosfs
+ ${INSTALL_KLD} ${WRKSRC}/msdos_ko.ko ${PREFIX}/lib/ko-msdosfs
${INSTALL_SCRIPT} ${WRKDIR}/ko-msdosfs.sh ${PREFIX}/etc/rc.d
.include <bsd.port.post.mk>