mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 19:56:53 -04:00
- Stage support
- Support DOCS
This commit is contained in:
parent
cc2c926e6d
commit
d1ee9aafbe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345294
1 changed files with 6 additions and 7 deletions
|
@ -9,16 +9,15 @@ MASTER_SITES= SF
|
|||
MAINTAINER= maho@FreeBSD.org
|
||||
COMMENT= Enhanced Metafile Library
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/html/* ${DOCSDIR}
|
||||
.endif
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/html/* ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue