svn commit: r333048 - head/mail/muttils

Jason Helfman jgh at FreeBSD.org
Thu Nov 7 01:20:48 UTC 2013


Author: jgh
Date: Thu Nov  7 01:20:48 2013
New Revision: 333048
URL: http://svnweb.freebsd.org/changeset/ports/333048

Log:
  - remove conditional no longer required per staging

Modified:
  head/mail/muttils/Makefile

Modified: head/mail/muttils/Makefile
==============================================================================
--- head/mail/muttils/Makefile	Thu Nov  7 00:20:49 2013	(r333047)
+++ head/mail/muttils/Makefile	Thu Nov  7 01:20:48 2013	(r333048)
@@ -25,9 +25,7 @@ PORTEXAMPLES=	*
 .include <bsd.port.options.mk>
 
 post-install:
-.if ${PORT_OPTIONS:MEXAMPLES}
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	( cd ${WRKSRC}/contrib && ${INSTALL_DATA} \example-* ${STAGEDIR}${EXAMPLESDIR} )
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list