Fix plist with NOPORTEXAMPLES.

Reported by:	QAT
This commit is contained in:
Thierry Thomas 2008-11-22 15:37:06 +00:00
parent 8c0c6ca17d
commit fe13612bf7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223196

View File

@ -68,6 +68,9 @@ pre-configure:
.if defined(NOPORTEXAMPLES)
${REINPLACE_CMD} -e 's|pixmaps \\|pixmaps|;s|examples$$||' \
${WRKSRC}/Makefile.in
${FIND} ${WRKSRC}/src/plug-ins -name Makefile.in | ${XARGS} \
${REINPLACE_CMD} -e \
's|install-v_simexamplesDATA install-v_simpixmapsDATA|install-v_simpixmapsDATA|'
.endif
.include <bsd.port.mk>