Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2013 02:13:40 +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: r318823 - head/devel/eet
Message-ID:  <201305230213.r4N2DePK076283@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gblach
Date: Thu May 23 02:13:40 2013
New Revision: 318823
URL: http://svnweb.freebsd.org/changeset/ports/318823

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

Modified:
  head/devel/eet/Makefile

Modified: head/devel/eet/Makefile
==============================================================================
--- head/devel/eet/Makefile	Thu May 23 02:04:46 2013	(r318822)
+++ head/devel/eet/Makefile	Thu May 23 02:13:40 2013	(r318823)
@@ -40,8 +40,5 @@ post-patch:
 
 post-install:
 	@${REINPLACE_CMD} -i '' -e 's/ openssl//' ${PREFIX}/libdata/pkgconfig/eet.pc
-.if empty(PORT_OPTIONS:MEXAMPLES)
-	@${RMDIR} ${EXAMPLESDIR}
-.endif
 
 .include <bsd.port.mk>



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