summaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-08-14 05:32:24 +0000
committerclsung <clsung@FreeBSD.org>2006-08-14 05:32:24 +0000
commitcf1aeb94692722de90c3a994abd4b3c263752028 (patch)
tree0daccd2bbb190cf4f1533cb782672b211ad5984e /chinese
parentc2dac7adbaf69be77ae9c80776e8fd22eebc9ae0 (diff)
downloadFreeBSD-ports-cf1aeb94692722de90c3a994abd4b3c263752028.zip
FreeBSD-ports-cf1aeb94692722de90c3a994abd4b3c263752028.tar.gz
- Respect DESTDIR
- portlint fix PR: ports/101904 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'chinese')
-rw-r--r--chinese/big5fs/Makefile10
-rw-r--r--chinese/big5fs/pkg-plist1
2 files changed, 6 insertions, 5 deletions
diff --git a/chinese/big5fs/Makefile b/chinese/big5fs/Makefile
index ca20a28..42f6990 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 b2916b8..9e03664 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%%
OpenPOWER on IntegriCloud