aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgblach <gblach@FreeBSD.org>2013-05-23 10:14:33 +0800
committergblach <gblach@FreeBSD.org>2013-05-23 10:14:33 +0800
commitb2cde05e3886ad316c3478d42dacd428d65cc47e (patch)
treec4d3ed31b03a77762f430ca479fc956002b4aaad
parent6c4a91d4305e805040d9b00589e63d0a9ab504fa (diff)
downloadfreebsd-ports-gnome-b2cde05e3886ad316c3478d42dacd428d65cc47e.tar.gz
freebsd-ports-gnome-b2cde05e3886ad316c3478d42dacd428d65cc47e.tar.zst
freebsd-ports-gnome-b2cde05e3886ad316c3478d42dacd428d65cc47e.zip
- Fix install without examples
Approved by: crees, tabthorpe (mentors, implicit)
-rw-r--r--devel/ecore-main/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/devel/ecore-main/Makefile b/devel/ecore-main/Makefile
index 24cb0a6ed5e8..f9def0d641ef 100644
--- a/devel/ecore-main/Makefile
+++ b/devel/ecore-main/Makefile
@@ -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>