1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

- Stage support

This commit is contained in:
Martin Wilke 2014-02-21 01:59:08 +00:00
parent 38c586c586
commit 8ad3f1c3bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345304

View File

@ -39,7 +39,6 @@ CDBSUFFIX= #empty
NO_BUILD= yes
.endif
NO_STAGE= yes
post-extract:
@(cd ${WRKDIR}; ${BZIP2_CMD} -d *.bz2)
@ -76,10 +75,10 @@ do-build:
.endif
do-install:
${MKDIR} ${PREFIX}/${SKKDIR}
${MKDIR} ${STAGEDIR}${PREFIX}/${SKKDIR}
.for type in ${SKK_JISYO_TYPE}
${INSTALL_DATA} ${WRKSRC}/SKK-JISYO.${type}.${PORTVERSION}${CDBSUFFIX} \
${PREFIX}/${SKKDIR}/SKK-JISYO.${type}${CDBSUFFIX}
${STAGEDIR}${PREFIX}/${SKKDIR}/SKK-JISYO.${type}${CDBSUFFIX}
.endfor
.include <bsd.port.mk>