diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2013-05-23 02:16:14 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2013-05-23 02:16:14 +0000 |
commit | 7ccf343d26abd96367d7bf24f1bdf73032e33344 (patch) | |
tree | 934b82840854415c7f71f475c5068dc18a1ba1cf /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/Makefile | 5 |
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> |