- Fix install without examples

Approved by:	crees, tabthorpe (mentors, implicit)
This commit is contained in:
Grzegorz Blach 2013-05-23 02:14:33 +00:00
parent 066019b40a
commit 25ff5f9a68
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318824

View file

@ -45,9 +45,4 @@ post-patch:
@${REINPLACE_CMD} -e 's|= \$$(datadir)/\$$(PACKAGE)/examples|= $$(datadir)/examples/$$(PACKAGE)|' \
${WRKSRC}/src/examples/Makefile.in
post-install:
.if empty(PORT_OPTIONS:MEXAMPLES)
@${RMDIR} ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>