revert the logic of docs option

Reported by:	pointyhat (linimon)
This commit is contained in:
Baptiste Daroussin 2012-06-17 22:03:41 +00:00
parent 202aedbd13
commit 1ba457a9bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299524

View file

@ -52,7 +52,7 @@ CONFIGURE_ARGS+=--disable-slang
post-patch:
@${REINPLACE_CMD} -Ee 's|^(pkg.*)/advance|\1/${PORTNAME}|' \
${WRKSRC}/advance/advance.mak
.if ${PORT_OPTIONS:MDOCS}
.if empty(PORT_OPTIONS:MDOCS)
@${REINPLACE_CMD} -e '/pkgdocdir/d' ${WRKSRC}/advance/advance.mak
.endif