Date: Fri, 8 Nov 2013 07:34:50 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333185 - head/editors/leafpad Message-ID: <201311080734.rA87YowR074451@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311080734.rA87YowR074451>