svn commit: r343586 - head/x11-toolkits/Xaw3d

Martin Wilke miwi at FreeBSD.org
Mon Feb 10 06:19:56 UTC 2014


Author: miwi
Date: Mon Feb 10 06:19:55 2014
New Revision: 343586
URL: http://svnweb.freebsd.org/changeset/ports/343586
QAT: https://qat.redports.org/buildarchive/r343586/

Log:
  - Stage support

Modified:
  head/x11-toolkits/Xaw3d/Makefile

Modified: head/x11-toolkits/Xaw3d/Makefile
==============================================================================
--- head/x11-toolkits/Xaw3d/Makefile	Mon Feb 10 05:32:35 2014	(r343585)
+++ head/x11-toolkits/Xaw3d/Makefile	Mon Feb 10 06:19:55 2014	(r343586)
@@ -23,7 +23,6 @@ SUB_FILES=	pkg-message
 XAWVER=		8
 SUB_LIST=	XAWVER="${XAWVER}"
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}
@@ -43,10 +42,7 @@ post-extract:
 .endif
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README.XAW3D ${DOCSDIR}/
-.endif
-	@${CAT} ${PKGMESSAGE}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README.XAW3D ${STAGEDIR}${DOCSDIR}/
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list