diff options
author | gblach <gblach@FreeBSD.org> | 2013-05-23 10:14:33 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2013-05-23 10:14:33 +0800 |
commit | b2cde05e3886ad316c3478d42dacd428d65cc47e (patch) | |
tree | c4d3ed31b03a77762f430ca479fc956002b4aaad | |
parent | 6c4a91d4305e805040d9b00589e63d0a9ab504fa (diff) | |
download | freebsd-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/Makefile | 5 |
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> |