summaryrefslogtreecommitdiffstats
path: root/japanese/bugzilla44/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/bugzilla44/Makefile')
-rw-r--r--japanese/bugzilla44/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/bugzilla44/Makefile b/japanese/bugzilla44/Makefile
index 23b975c..322ac82 100644
--- a/japanese/bugzilla44/Makefile
+++ b/japanese/bugzilla44/Makefile
@@ -22,11 +22,11 @@ LANGDIR= ${WWWDIR}/template/ja
do-install:
@-${MKDIR} ${STAGEDIR}${LANGDIR}/default
- (cd ${WRKDIR}/default && ${COPYTREE_SHARE} . ${STAGEDIR}${LANGDIR}/default)
+ (cd ${WRKSRC}/default && ${COPYTREE_SHARE} . ${STAGEDIR}${LANGDIR}/default)
# Maintainer
plist: patch
- @( cd ${WRKDIR}/ && ${FIND} default -type f | ${AWK} '{print "%%WWWDIR%%/template/ja/"$$1}' | ${SORT} > ${PLIST}.new )
+ @( cd ${WRKSRC}/ && ${FIND} default -type f | ${AWK} '{print "%%WWWDIR%%/template/ja/"$$1}' | ${SORT} > ${PLIST}.new )
@if ${DIFF} -u ${PLIST} ${PLIST}.new ; then \
${ECHO_MSG} no pkg-plist changes; \
${RM} ${PLIST}.new ; \
OpenPOWER on IntegriCloud