diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2013-09-26 19:00:40 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2013-09-26 19:00:40 +0000 |
commit | c0e86f67157d87460df332fcb49c7a6e294e4160 (patch) | |
tree | 6cfe1f69b494988fdf48336daa07c62691fc5b55 /japanese/bugzilla44 | |
parent | b4a1668335fe1858583d492cc7d2b76e42dc102c (diff) | |
download | ports-c0e86f67157d87460df332fcb49c7a6e294e4160.tar.gz ports-c0e86f67157d87460df332fcb49c7a6e294e4160.zip |
Notes
Diffstat (limited to 'japanese/bugzilla44')
-rw-r--r-- | japanese/bugzilla44/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/japanese/bugzilla44/Makefile b/japanese/bugzilla44/Makefile index b32c41965b4a..6f60c4a9a3e8 100644 --- a/japanese/bugzilla44/Makefile +++ b/japanese/bugzilla44/Makefile @@ -17,7 +17,6 @@ LATEST_LINK= ${PKGNAMEPREFIX}bugzilla44 NO_WRKSUBDIR= yes -NO_STAGE= yes .include "${.CURDIR}/../../devel/bugzilla44/Makefile.common" USE_BZIP2= yes @@ -25,13 +24,8 @@ USE_BZIP2= yes LANGDIR= ${WWWDIR}/template/ja do-install: - @-${MKDIR} ${LANGDIR}/default - @cd ${WRKDIR}/default; ${COPYTREE_SHARE} . ${LANGDIR}/default -.if !defined(BATCH) - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} -.endif + @-${MKDIR} ${STAGEDIR}${LANGDIR}/default + @cd ${WRKDIR}/default; ${COPYTREE_SHARE} . ${STAGEDIR}${LANGDIR}/default # Maintainer plist: patch |