diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 05:32:24 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 05:32:24 +0000 |
commit | fa2984f7edcaa62066021355fbcabce334399ec9 (patch) | |
tree | 3cffc0de4f6ddf2a01ffa75345b42c8f52f234f5 /chinese/big5fs | |
parent | a34cec1a6247ba0b2a25019cb5717dcf593018c5 (diff) | |
download | ports-fa2984f7edcaa62066021355fbcabce334399ec9.tar.gz ports-fa2984f7edcaa62066021355fbcabce334399ec9.zip |
Notes
Diffstat (limited to 'chinese/big5fs')
-rw-r--r-- | chinese/big5fs/Makefile | 10 | ||||
-rw-r--r-- | chinese/big5fs/pkg-plist | 1 |
2 files changed, 6 insertions, 5 deletions
diff --git a/chinese/big5fs/Makefile b/chinese/big5fs/Makefile index ca20a282c8f3..42f6990c22ef 100644 --- a/chinese/big5fs/Makefile +++ b/chinese/big5fs/Makefile @@ -13,10 +13,10 @@ MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/big5fs/ MAINTAINER= ports@FreeBSD.org COMMENT= Reads Big5 filenames on Joliet, VFAT and NTFS filesystems -NO_PACKAGE= "Different versions definitely cause crash" +NO_PACKAGE= Different versions definitely cause crash -SYSDIR= /usr/src/sys -KMODDIR= ${PREFIX}/modules +SYSDIR= ${DESTDIR}/usr/src/sys +KMODDIR= ${TARGETDIR}/modules PLIST_SUB= MSDOSFSKO=${MSDOSFSKO} NO_WRKSUBDIR= yes @@ -39,7 +39,7 @@ NTFSPATCH= ntfs_big5.diff.440001 .endif .if !exists (${SYSDIR}) -IGNORE= "You need to extract kernel source tree before you build this package" +IGNORE= need to extract kernel source tree before you build this package .endif do-extract: @@ -67,7 +67,7 @@ do-build: do-install: @${MKDIR} ${KMODDIR} - @${INSTALL_SCRIPT} ${FILESDIR}/big5fs.sh ${PREFIX}/etc/rc.d + @${INSTALL_SCRIPT} ${FILESDIR}/big5fs.sh ${TARGETDIR}/etc/rc.d @${INSTALL_SCRIPT} ${WRKSRC}/*/*.ko ${KMODDIR} .include <bsd.port.post.mk> diff --git a/chinese/big5fs/pkg-plist b/chinese/big5fs/pkg-plist index b2916b8c5825..9e0366457718 100644 --- a/chinese/big5fs/pkg-plist +++ b/chinese/big5fs/pkg-plist @@ -1,3 +1,4 @@ +@comment $FreeBSD$ etc/rc.d/big5fs.sh modules/cd9660.ko modules/%%MSDOSFSKO%% |