summaryrefslogtreecommitdiff
path: root/chinese/big5fs/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-07-31 02:52:02 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-07-31 02:52:02 +0000
commit375b2cdbf7191744170ad2a625c7ab75e4713299 (patch)
tree6d8e190ec6e3ee362d80afdd27aba2a963f7fe12 /chinese/big5fs/Makefile
parentBROKEN: Does not compile (5.x) or install (4.x) (diff)
Add -r to ${CP} to cope with source trees checked out with CVS
Notes
Notes: svn path=/head/; revision=85996
Diffstat (limited to '')
-rw-r--r--chinese/big5fs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/chinese/big5fs/Makefile b/chinese/big5fs/Makefile
index 1fcbb842d1ec..a2d5d5d6999e 100644
--- a/chinese/big5fs/Makefile
+++ b/chinese/big5fs/Makefile
@@ -43,9 +43,9 @@ IGNORE= "You need to extract kernel source tree before you build this package"
do-extract:
@${MKDIR} ${WRKSRC}/msdos ${WRKSRC}/cd9660 ${WRKSRC}/ntfs
- @${CP} ${MSDOSFSDIR}/* ${MSDOSFSKODIR}/Makefile ${WRKSRC}/msdos
- @${CP} ${SYSDIR}/isofs/cd9660/* ${SYSDIR}/modules/cd9660/Makefile ${WRKSRC}/cd9660
- @${CP} ${NTFSDIR}/* ${SYSDIR}/modules/ntfs/Makefile ${WRKSRC}/ntfs
+ @${CP} -r ${MSDOSFSDIR}/* ${MSDOSFSKODIR}/Makefile ${WRKSRC}/msdos
+ @${CP} -r ${SYSDIR}/isofs/cd9660/* ${SYSDIR}/modules/cd9660/Makefile ${WRKSRC}/cd9660
+ @${CP} -r ${NTFSDIR}/* ${SYSDIR}/modules/ntfs/Makefile ${WRKSRC}/ntfs
@(cd ${WRKSRC}; ${TAR} xzf ${DISTDIR}/${DISTFILES} )
@${REINPLACE_CMD} -e "/^\.PATH/d" ${WRKSRC}/*/Makefile
.if ${OSVERSION} > 500041