- Switch to options helpers
This commit is contained in:
parent
dbdf0b1ecb
commit
5c187769fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418417
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ OPTIONS_DEFINE= DOCS
|
|||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/mixal ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/mixal.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for f in MIX.DOC NOTES README opcodes *.mix
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
|
||||
|
|
Loading…
Reference in a new issue