- Respect DESTDIR
- portlint fix PR: ports/101904 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
This commit is contained in:
parent
a34cec1a62
commit
fa2984f7ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170544
2 changed files with 6 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
@comment $FreeBSD$
|
||||
etc/rc.d/big5fs.sh
|
||||
modules/cd9660.ko
|
||||
modules/%%MSDOSFSKO%%
|
||||
|
|
Loading…
Reference in a new issue