mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
- Switch to options helpers
This commit is contained in:
parent
4a54cf210c
commit
b9623f8ecd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406499
@ -10,12 +10,15 @@ MASTER_SITES= ftp://ftp.perforce.com/jam/
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Build utility like make(1)
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
NO_WRKSUBDIR= yes
|
||||
USES= zip
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/*.html ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user