svn commit: r340500 - head/devel/etl

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 20 23:54:29 UTC 2014


Author: bapt
Date: Mon Jan 20 23:54:28 2014
New Revision: 340500
URL: http://svnweb.freebsd.org/changeset/ports/340500
QAT: https://qat.redports.org/buildarchive/r340500/

Log:
  Support stage

Modified:
  head/devel/etl/Makefile

Modified: head/devel/etl/Makefile
==============================================================================
--- head/devel/etl/Makefile	Mon Jan 20 23:47:48 2014	(r340499)
+++ head/devel/etl/Makefile	Mon Jan 20 23:54:28 2014	(r340500)
@@ -10,22 +10,17 @@ DISTNAME=	ETL-${PORTVERSION}
 MAINTAINER=	dhn at FreeBSD.org
 COMMENT=	Voria Extended Class and Template Library
 
+OPTIONS_DEFINE=	DOCS
+
 SYNFIG_VERSION=	0.64.1
 
-USES=	pathfix pkgconfig
-USE_GMAKE=	yes
+USES=	gmake pathfix pkgconfig
 GNU_CONFIGURE=	yes
 
-NO_STAGE=	yes
-
-.include <bsd.port.pre.mk>
-
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${STAGEDIR}/${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for doc in AUTHORS ChangeLog INSTALL NEWS README
-	${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}/${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
 .endfor
-.endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list