Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Sep 2013 20:04:54 +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: r328511 - head/editors/leafpad
Message-ID:  <201309272004.r8RK4snx021621@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Fri Sep 27 20:04:54 2013
New Revision: 328511
URL: http://svnweb.freebsd.org/changeset/ports/328511

Log:
  - support staging

Modified:
  head/editors/leafpad/Makefile

Modified: head/editors/leafpad/Makefile
==============================================================================
--- head/editors/leafpad/Makefile	Fri Sep 27 19:47:16 2013	(r328510)
+++ head/editors/leafpad/Makefile	Fri Sep 27 20:04:54 2013	(r328511)
@@ -27,7 +27,6 @@ OPTIONS_SUB=	yes
 NLS_USES=	gettext
 NLS_CONFIGURE_ENABLE=	nls
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-extract:
@@ -41,8 +40,8 @@ post-patch:
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	@${INSTALL} -d ${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
+	@${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?201309272004.r8RK4snx021621>