1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

enable stage.

This commit is contained in:
Hajimu UMEMOTO 2013-10-04 17:55:43 +00:00
parent f484b43551
commit e0e62c54d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329350
2 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,6 @@ NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${RUBY_DEFAULT_VER} != ${RUBY_VER}
@ -41,6 +40,7 @@ post-patch:
${WRKSRC}/${PORTNAME}
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \
${STAGEDIR}${PREFIX}/bin
.include <bsd.port.post.mk>

View File

@ -29,7 +29,6 @@ NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${RUBY_DEFAULT_VER} != ${RUBY_VER}
@ -41,7 +40,8 @@ post-patch:
${WRKSRC}/${PORTNAME}
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \
${STAGEDIR}${PREFIX}/bin
# Fetch station code database
station-code-fetch: