svn commit: r328511 - head/editors/leafpad

Jason Helfman jgh at FreeBSD.org
Fri Sep 27 20:04:54 UTC 2013


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>


More information about the svn-ports-all mailing list