svn commit: r318823 - head/devel/eet

Grzegorz Blach gblach at FreeBSD.org
Thu May 23 02:13:40 UTC 2013


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>


More information about the svn-ports-all mailing list