1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- add stage support

This commit is contained in:
Olli Hauer 2014-06-01 11:05:43 +00:00
parent b9b7d3a58e
commit e3fe4137a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356095

View File

@ -27,14 +27,11 @@ DOS2UNIX_FILES= *.cpp
PLIST_FILES= bin/muscle
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/muscle ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/muscle ${STAGEDIR}${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
@${INSTALL_DATA} ${DISTDIR}/${file} ${DOCSDIR}
.endfor
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${DISTDIR}/|} ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>