diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2014-06-14 16:38:25 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2014-06-14 16:38:25 +0800 |
commit | 481e445f61d9f579265a78f5781e1ebdef98c7d6 (patch) | |
tree | 6e8a177fc6ea7f6bbf3860c8539d368670529bd1 /japanese | |
parent | 66c9520476c8df36d1a073bac4f397bd4d234784 (diff) | |
download | freebsd-ports-gnome-481e445f61d9f579265a78f5781e1ebdef98c7d6.tar.gz freebsd-ports-gnome-481e445f61d9f579265a78f5781e1ebdef98c7d6.tar.zst freebsd-ports-gnome-481e445f61d9f579265a78f5781e1ebdef98c7d6.zip |
- Stagify.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/ajaxzip2-core/Makefile | 7 | ||||
-rw-r--r-- | japanese/another-htmllint/Makefile | 5 | ||||
-rw-r--r-- | japanese/man-doc/Makefile | 3 | ||||
-rw-r--r-- | japanese/mg/Makefile | 3 | ||||
-rw-r--r-- | japanese/ming/Makefile | 11 |
5 files changed, 12 insertions, 17 deletions
diff --git a/japanese/ajaxzip2-core/Makefile b/japanese/ajaxzip2-core/Makefile index 2e12d6d2a62b..1af1eabb2219 100644 --- a/japanese/ajaxzip2-core/Makefile +++ b/japanese/ajaxzip2-core/Makefile @@ -17,10 +17,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= YES SHEBANG_FILES= work/csv2jsonzip.pl -NO_STAGE= yes do-install: - ${MKDIR} ${WWWDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/ajaxzip2.js ${WWWDIR}/ - ${INSTALL_SCRIPT} ${WRKSRC}/work/csv2jsonzip.pl ${DATADIR}/ + ${MKDIR} ${STAGEDIR}${WWWDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/ajaxzip2.js ${STAGEDIR}${WWWDIR}/ + ${INSTALL_SCRIPT} ${WRKSRC}/work/csv2jsonzip.pl ${STAGEDIR}${DATADIR}/ .include <bsd.port.mk> diff --git a/japanese/another-htmllint/Makefile b/japanese/another-htmllint/Makefile index 30cb6c8bc7e3..c9b525c43dca 100644 --- a/japanese/another-htmllint/Makefile +++ b/japanese/another-htmllint/Makefile @@ -15,7 +15,7 @@ USES= dos2unix perl5 zip WRKSRC= ${WRKDIR} DOS2UNIX_FILES= readme.txt -DIR= ${PREFIX}/share/htmllint +DIR= ${STAGEDIR}${PREFIX}/share/htmllint PM= htmllint.pm RFC2396.pm htmllint.env RULE= *.rul HTML= *.cgi *.html *.gif *.css @@ -24,7 +24,6 @@ SEDSUB= ${SED} -e 's@%PREFIX%@${PREFIX}@' # Please set this! HTMLLINT_ADMIN?= kuriyama@FreeBSD.org -NO_STAGE= yes do-build: @${SEDSUB} ${FILESDIR}/htmllint > ${WRKSRC}/htmllint @${SEDSUB} ${WRKSRC}/htmllintenv > ${WRKSRC}/htmllint.env @@ -38,7 +37,7 @@ do-build: do-install: ${MKDIR} ${DIR}/rule ${DIR}/html - cd ${WRKSRC} && ${INSTALL_SCRIPT} htmllint ${PREFIX}/bin + cd ${WRKSRC} && ${INSTALL_SCRIPT} htmllint ${STAGEDIR}${PREFIX}/bin cd ${WRKSRC} && ${INSTALL_SCRIPT} ${HTML} ${DIR}/html cd ${WRKSRC} && ${INSTALL_DATA} ${PM} ${DIR} cd ${WRKSRC} && ${INSTALL_DATA} ${RULE} ${DIR}/rule diff --git a/japanese/man-doc/Makefile b/japanese/man-doc/Makefile index 9256f68fb651..0ee26f0e6c5a 100644 --- a/japanese/man-doc/Makefile +++ b/japanese/man-doc/Makefile @@ -18,7 +18,6 @@ COMMENT= Japanese translation of FreeBSD manual pages RUN_DEPENDS= jman:${PORTSDIR}/japanese/man NO_MTREE= yes -NO_STAGE= yes WRKSRC= ${WRKDIR}/${DISTNAME} PLIST= ${WRKDIR}/pkg-plist MAKE_ENV= MANDIR=${MANDIR} @@ -64,7 +63,7 @@ pre-su-install: SECNUM=$${SEC%%/*}; \ cd ${WRKSRC}/$${SEC} && \ SUBDIR=`${MAKE} -VMANSUBDIR` && \ - ${MKDIR} ${PREFIX}/man/ja/$${SECNUM}$${SUBDIR}; \ + ${MKDIR} ${STAGEDIR}${PREFIX}/man/ja/$${SECNUM}$${SUBDIR}; \ done post-install: diff --git a/japanese/mg/Makefile b/japanese/mg/Makefile index 6e8d25043c56..ba4580e7218d 100644 --- a/japanese/mg/Makefile +++ b/japanese/mg/Makefile @@ -15,12 +15,11 @@ USES= perl5 USE_PERL5= run CONFLICTS= mg-200* -NO_STAGE= yes do-build: ${SED} -e "s|/usr/local|${PREFIX}|g" \ ${DISTDIR}/${DISTFILES} > ${WRKDIR}/${PORTNAME} do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include <bsd.port.mk> diff --git a/japanese/ming/Makefile b/japanese/ming/Makefile index ed7419383d2c..cdd230811df6 100644 --- a/japanese/ming/Makefile +++ b/japanese/ming/Makefile @@ -37,7 +37,6 @@ DOCS= CHANGES \ DOCS_UTIL= README \ TODO -NO_STAGE= yes post-extract: ${SED} -e 's:"\.\./\.\./ming\.h":<ming.h>:g' \ ${WRKSRC}/ming.h > ${WRKSRC}/mingpp.h @@ -69,19 +68,19 @@ post-build: ${CC} ${CFLAGS} -L${PREFIX}/lib -o swftophp swftophp.o blocktypes.o decompile.o read.o -lm pre-install: - ${MKDIR} ${PREFIX}/include/ming/blocks + ${MKDIR} ${STAGEDIR}${PREFIX}/include/ming/blocks post-install: .for f in ${UTILS} - ${INSTALL_PROGRAM} ${WRKSRC}/../util/${f} ${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/../util/${f} ${STAGEDIR}${PREFIX}/bin/ .endfor .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/ming/utils + ${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/ming/utils .for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/../${f} ${PREFIX}/share/doc/ming/ + ${INSTALL_DATA} ${WRKSRC}/../${f} ${STAGEDIR}${PREFIX}/share/doc/ming/ .endfor .for f in ${DOCS_UTIL} - ${INSTALL_DATA} ${WRKSRC}/../util/${f} ${PREFIX}/share/doc/ming/utils/ + ${INSTALL_DATA} ${WRKSRC}/../util/${f} ${STAGEDIR}${PREFIX}/share/doc/ming/utils/ .endfor .endif |