Support staging.

This commit is contained in:
MANTANI Nobutaka 2014-06-16 14:33:03 +00:00
parent 40c1420fbf
commit 3eeea5e971
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358003
2 changed files with 1 additions and 3 deletions

View File

@ -27,7 +27,6 @@ INSTALL_TARGET= gcc-install-dict
SKKDIC_FILE= SKK-JISYO.L-20110813.bz2
LICENSE_DISTFILES= ${SKKDIC_FILE}
NO_STAGE= yes
post-extract:
${BZCAT} ${DISTDIR}/${DIST_SUBDIR}/${SKKDIC_FILE} > ${WRKSRC}/dict/SKK-JISYO.L
${CHMOD} a+x ${WRKSRC}/configure

View File

@ -29,7 +29,7 @@ PORTDOCS= README_j.txt
USES+= iconv gmake zip
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
CONFIGURE_ARGS= --prefix=${STAGEDIR}${PREFIX}
WRKSRC= ${WRKDIR}/${PORTNAME}-default-src
@ -38,7 +38,6 @@ INSTALL_TARGET+=gcc-install-doc
.endif
.if !target(post-extract)
NO_STAGE= yes
post-extract:
${CHMOD} a+x ${WRKSRC}/configure
.endif