1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- Respect DESTDIR

PR:		ports/101823
Submitted by:	maintainer <chinsan dot tw_AT_gmail dot com>
This commit is contained in:
Cheng-Lung Sung 2006-08-11 16:03:53 +00:00
parent e7c2f9df8d
commit 8ee0361e8f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170358

View File

@ -32,8 +32,8 @@ pre-install:
@${FIND} ${WRKSRC} -name "*.in" -delete
do-install:
${MKDIR} ${PREFIX}/share/skel/zh_TW.Big5
${CP} ${WRKSRC}/* ${PREFIX}/share/skel/zh_TW.Big5
${MKDIR} ${TARGETDIR}/share/skel/zh_TW.Big5
${CP} ${WRKSRC}/* ${TARGETDIR}/share/skel/zh_TW.Big5
post-install:
@${CAT} ${PKGMESSAGE}