svn commit: r333733 - head/x11-toolkits/elementary

Grzegorz Blach gblach at FreeBSD.org
Thu Nov 14 00:33:33 UTC 2013


Author: gblach
Date: Thu Nov 14 00:33:32 2013
New Revision: 333733
URL: http://svnweb.freebsd.org/changeset/ports/333733

Log:
  - Remove post-install step (unneeded since staging is supported)
  
  Submitted by:	bapt

Modified:
  head/x11-toolkits/elementary/Makefile

Modified: head/x11-toolkits/elementary/Makefile
==============================================================================
--- head/x11-toolkits/elementary/Makefile	Wed Nov 13 23:39:23 2013	(r333732)
+++ head/x11-toolkits/elementary/Makefile	Thu Nov 14 00:33:32 2013	(r333733)
@@ -49,11 +49,6 @@ post-patch:
 	@${LN} -s base.src ${WRKSRC}/config/mobile/base.cfg
 	@${LN} -s base.src ${WRKSRC}/config/standard/base.cfg
 
-post-install:
-.if empty(PORT_OPTIONS:MEXAMPLES)
-	@${RMDIR} ${EXAMPLESDIR}
-.endif
-
 .if ${ARCH} == "sparc64"
 BROKEN=		Does not install on sparc64: signal 10
 .endif


More information about the svn-ports-head mailing list