1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

PORT_OPTIONS:DOCS -> PORT_OPTIONS:MDOCS

Pointy hat to:	bsam (me)
Pointed out by:	FreshPorts sanity checking
This commit is contained in:
Boris Samorodov 2013-05-26 18:11:11 +00:00
parent 3ce6b667e6
commit 42d2d85b26
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319126

View File

@ -28,7 +28,7 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/915resolution ${PREFIX}/sbin
.if ${PORT_OPTIONS:DOCS}
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
.endif