summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2013-05-23 02:16:14 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2013-05-23 02:16:14 +0000
commit7ccf343d26abd96367d7bf24f1bdf73032e33344 (patch)
tree934b82840854415c7f71f475c5068dc18a1ba1cf /multimedia
parent- Fix install without examples (diff)
- Fix install without examples
Approved by: crees, tabthorpe (mentors, implicit)
Notes
Notes: svn path=/head/; revision=318825
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/emotion/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/multimedia/emotion/Makefile b/multimedia/emotion/Makefile
index e5462c05cd47..abe6f49371c9 100644
--- a/multimedia/emotion/Makefile
+++ b/multimedia/emotion/Makefile
@@ -63,9 +63,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>