1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00

Unconditionnaly install docs and remove useless inclusion of bsd.port.options.mk

This commit is contained in:
Baptiste Daroussin 2013-10-18 23:44:48 +00:00
parent 87e168dd7b
commit ce484964e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330801

View File

@ -21,13 +21,9 @@ OPTIONS_DEFINE= DOCS
PLIST_FILES= bin/alac
PORTDOCS= README
.include <bsd.port.options.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/alac ${STAGEDIR}${PREFIX}/bin/
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>