svn commit: r355152 - head/comms/ge-x2212

Martin Wilke miwi at FreeBSD.org
Sun May 25 09:51:07 UTC 2014


Author: miwi
Date: Sun May 25 09:51:07 2014
New Revision: 355152
URL: http://svnweb.freebsd.org/changeset/ports/355152
QAT: https://qat.redports.org/buildarchive/r355152/

Log:
  - Stage support
  
  PR:		190188
  Submitted by:	maintainer

Modified:
  head/comms/ge-x2212/Makefile

Modified: head/comms/ge-x2212/Makefile
==============================================================================
--- head/comms/ge-x2212/Makefile	Sun May 25 09:50:39 2014	(r355151)
+++ head/comms/ge-x2212/Makefile	Sun May 25 09:51:07 2014	(r355152)
@@ -18,16 +18,14 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-2
 PLIST_FILES=	bin/ge-x2212-2
 PORTDOCS=	schematic.txt
 
-NO_STAGE=	yes
-
 OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.options.mk>
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${FILESDIR}/schematic.txt ${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${FILESDIR}/schematic.txt ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list