Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2013 00:33:32 +0000 (UTC)
From:      Grzegorz Blach <gblach@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333733 - head/x11-toolkits/elementary
Message-ID:  <201311140033.rAE0XWZc065997@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311140033.rAE0XWZc065997>