svn commit: r328746 - head/devel/eina

Grzegorz Blach gblach at FreeBSD.org
Sun Sep 29 21:57:02 UTC 2013


Author: gblach
Date: Sun Sep 29 21:57:01 2013
New Revision: 328746
URL: http://svnweb.freebsd.org/changeset/ports/328746

Log:
  - Remove post-install step, no needed when staging is enabled.
  
  Approved by:	crees, tabthorpe (mentors, implicit)

Modified:
  head/devel/eina/Makefile

Modified: head/devel/eina/Makefile
==============================================================================
--- head/devel/eina/Makefile	Sun Sep 29 21:55:31 2013	(r328745)
+++ head/devel/eina/Makefile	Sun Sep 29 21:57:01 2013	(r328746)
@@ -33,9 +33,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