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:
parent
87e168dd7b
commit
ce484964e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330801
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user