Support stage
This commit is contained in:
parent
ba06cd89ed
commit
a606fd1524
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341392
1 changed files with 2 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue