Support stage

This commit is contained in:
Baptiste Daroussin 2014-01-27 12:56:30 +00:00
parent ba06cd89ed
commit a606fd1524
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341392

View file

@ -11,9 +11,8 @@ COMMENT= GNU autoconf, automake, and libtool - The Book
NO_BUILD= yes # it's only text!
NO_STAGE= yes
do-install:
${MKDIR} ${PREFIX}/share/doc/autobook
${CP} ${WRKSRC}/* ${PREFIX}/share/doc/autobook
@${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/autobook
${CP} ${WRKSRC}/* ${STAGEDIR}${PREFIX}/share/doc/autobook
.include <bsd.port.mk>