svn commit: r353848 - head/java/langspec

Alex Dupre ale at FreeBSD.org
Mon May 12 15:56:57 UTC 2014


Author: ale
Date: Mon May 12 15:56:57 2014
New Revision: 353848
URL: http://svnweb.freebsd.org/changeset/ports/353848
QAT: https://qat.redports.org/buildarchive/r353848/

Log:
  Stagify.

Modified:
  head/java/langspec/Makefile

Modified: head/java/langspec/Makefile
==============================================================================
--- head/java/langspec/Makefile	Mon May 12 15:51:52 2014	(r353847)
+++ head/java/langspec/Makefile	Mon May 12 15:56:57 2014	(r353848)
@@ -11,18 +11,18 @@ COMMENT=	The Java Language Specification
 
 USES=		zip
 NO_BUILD=	yes
-WRKSRC=		${WRKDIR}
+NO_WRKSUBDIR=	yes
 PORTDOCS=	*
 
 .if defined(NOPORTDOCS)
 IGNORE=		installs *only* documentation, unset NOPORTDOCS
 .endif
 
-NO_STAGE=	yes
 do-install:
 	@${ECHO} -n ">> Installing documentation in ${DOCSDIR}..."
-	@${MKDIR} ${DOCSDIR}
-	@${CP} -R ${WRKSRC}/* ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	@${CP} -R ${WRKSRC}/*.html ${WRKSRC}/*.gif ${WRKSRC}/chars \
+		${STAGEDIR}${DOCSDIR}
 	@${ECHO} " [ DONE ]"
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list