svn commit: r340507 - head/devel/jam

Baptiste Daroussin bapt at FreeBSD.org
Tue Jan 21 00:08:24 UTC 2014


Author: bapt
Date: Tue Jan 21 00:08:24 2014
New Revision: 340507
URL: http://svnweb.freebsd.org/changeset/ports/340507
QAT: https://qat.redports.org/buildarchive/r340507/

Log:
  Support stage

Modified:
  head/devel/jam/Makefile

Modified: head/devel/jam/Makefile
==============================================================================
--- head/devel/jam/Makefile	Tue Jan 21 00:06:56 2014	(r340506)
+++ head/devel/jam/Makefile	Tue Jan 21 00:08:24 2014	(r340507)
@@ -6,19 +6,17 @@ PORTVERSION=	2.5
 PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	ftp://ftp.perforce.com/jam/
+EXTRACT_SUFX=	.zip
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A build utility like make(1)
+COMMENT=	Build utility like make(1)
 
-USE_ZIP=	yes
+OPTIONS_DEFINE=	DOCS
 NO_WRKSUBDIR=	yes
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR}
-.endif
+	${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/*.html ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list