From 8ee0361e8f8f1a109eebf78cda1dd1b9aa4244c3 Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Fri, 11 Aug 2006 16:03:53 +0000 Subject: [PATCH] - Respect DESTDIR PR: ports/101823 Submitted by: maintainer --- chinese/auto-tw-l10n/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chinese/auto-tw-l10n/Makefile b/chinese/auto-tw-l10n/Makefile index 2f023805faf1..55e52d5b0b7d 100644 --- a/chinese/auto-tw-l10n/Makefile +++ b/chinese/auto-tw-l10n/Makefile @@ -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}