svn commit: r318824 - head/devel/ecore-main

Grzegorz Blach gblach at FreeBSD.org
Thu May 23 02:14:33 UTC 2013


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

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

Modified:
  head/devel/ecore-main/Makefile

Modified: head/devel/ecore-main/Makefile
==============================================================================
--- head/devel/ecore-main/Makefile	Thu May 23 02:13:40 2013	(r318823)
+++ head/devel/ecore-main/Makefile	Thu May 23 02:14:33 2013	(r318824)
@@ -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>


More information about the svn-ports-all mailing list