summaryrefslogtreecommitdiffstats
path: root/japanese/bugzilla44/Makefile
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2015-11-05 12:36:25 +0000
committermat <mat@FreeBSD.org>2015-11-05 12:36:25 +0000
commit83b7c91d19c003ffb9239eedefcecc6a149026ea (patch)
tree9cbf2a263e7841be76898ae832e7bfb273d3fd08 /japanese/bugzilla44/Makefile
parent89b1b18d91fb0b762e2387add24955f773c21fa4 (diff)
downloadFreeBSD-ports-83b7c91d19c003ffb9239eedefcecc6a149026ea.zip
FreeBSD-ports-83b7c91d19c003ffb9239eedefcecc6a149026ea.tar.gz
Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735
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