svn commit: r318825 - head/multimedia/emotion

Grzegorz Blach gblach at FreeBSD.org
Thu May 23 02:16:15 UTC 2013


Author: gblach
Date: Thu May 23 02:16:14 2013
New Revision: 318825
URL: http://svnweb.freebsd.org/changeset/ports/318825

Log:
  - Fix install without examples
  
  Approved by:	crees, tabthorpe (mentors, implicit)

Modified:
  head/multimedia/emotion/Makefile

Modified: head/multimedia/emotion/Makefile
==============================================================================
--- head/multimedia/emotion/Makefile	Thu May 23 02:14:33 2013	(r318824)
+++ head/multimedia/emotion/Makefile	Thu May 23 02:16:14 2013	(r318825)
@@ -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>


More information about the svn-ports-all mailing list