Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2013 20:04:00 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328727 - head/sysutils/py-analyzemft
Message-ID:  <201309292004.r8TK40gP018487@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Sep 29 20:04:00 2013
New Revision: 328727
URL: http://svnweb.freebsd.org/changeset/ports/328727

Log:
  Convert to STAGEDIR

Modified:
  head/sysutils/py-analyzemft/Makefile

Modified: head/sysutils/py-analyzemft/Makefile
==============================================================================
--- head/sysutils/py-analyzemft/Makefile	Sun Sep 29 20:03:14 2013	(r328726)
+++ head/sysutils/py-analyzemft/Makefile	Sun Sep 29 20:04:00 2013	(r328727)
@@ -25,13 +25,12 @@ PORTDOCS=	README.txt
 
 OPTIONS_DEFINE=	DOCS
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${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?201309292004.r8TK40gP018487>