svn commit: r333185 - head/editors/leafpad

Jason Helfman jgh at FreeBSD.org
Fri Nov 8 07:34:50 UTC 2013


Author: jgh
Date: Fri Nov  8 07:34:49 2013
New Revision: 333185
URL: http://svnweb.freebsd.org/changeset/ports/333185

Log:
  - remove conditional no longer required per staging

Modified:
  head/editors/leafpad/Makefile

Modified: head/editors/leafpad/Makefile
==============================================================================
--- head/editors/leafpad/Makefile	Fri Nov  8 07:32:59 2013	(r333184)
+++ head/editors/leafpad/Makefile	Fri Nov  8 07:34:49 2013	(r333185)
@@ -39,9 +39,7 @@ post-patch:
 .endif
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list