1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Support STAGEDIR

- Add DOCS Option

Approved by:	pawel / wg (mentors, implicit)
This commit is contained in:
Rusmir Dusko 2014-01-02 07:54:49 +00:00
parent c72150e901
commit 4996634829
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338421

View File

@ -24,16 +24,13 @@ PLIST_FILES= bin/icon-slicer
PORTDOCS= AUTHORS ChangeLog README TODO
NO_STAGE= yes
.include <bsd.port.options.mk>
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS/ s|examples||' ${WRKSRC}/Makefile.in
post-install:
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>