1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

- Don't install empty documentation file

- Switch to options helpers
This commit is contained in:
Dmitry Marakasov 2016-02-06 23:16:26 +00:00
parent dded67d20d
commit c518499b0c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408320

View File

@ -19,10 +19,12 @@ GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
PORTDOCS= AUTHORS NEWS README THANKS
PORTDOCS= AUTHORS README THANKS
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>