Fix plist with -DNOPORT*.

Prompted by:	QAT QA run
Approved by:	maintainer timeout on QATMail
This commit is contained in:
Ion-Mihai Tetcu 2009-04-07 22:14:30 +00:00
parent c66a1d5274
commit 98958f4326
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231832

View file

@ -142,5 +142,8 @@ post-patch:
@${REINPLACE_CMD} -e '/EXAMPLEDIR/d' ${WRKSRC}/etc/Makefile
${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} -E \
-e 's#-release \$$\(SQLR_VERSION\)##g;'
.ifdef NOPORTDOCS
@${REINPLACE_CMD} '/$$(MAKE) -C doc/d' ${WRKSRC}/Makefile
.endif
.include <bsd.port.post.mk>