Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 May 2014 15:56:57 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353848 - head/java/langspec
Message-ID:  <201405121556.s4CFuvWx010619@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405121556.s4CFuvWx010619>