svn commit: r346330 - head/cad/gplcver

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 27 13:43:28 UTC 2014


Author: ehaupt
Date: Thu Feb 27 13:43:27 2014
New Revision: 346330
URL: http://svnweb.freebsd.org/changeset/ports/346330
QAT: https://qat.redports.org/buildarchive/r346330/

Log:
  Support staging

Modified:
  head/cad/gplcver/Makefile

Modified: head/cad/gplcver/Makefile
==============================================================================
--- head/cad/gplcver/Makefile	Thu Feb 27 13:38:07 2014	(r346329)
+++ head/cad/gplcver/Makefile	Thu Feb 27 13:43:27 2014	(r346330)
@@ -10,17 +10,15 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:R}${
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A Verilog HDL simulator
 
+USES=		gmake
 USE_BZIP2=	yes
+
 BUILD_WRKSRC=	${WRKSRC}/src
-USE_GMAKE=	yes
 MAKEFILE=	makefile.freebsd
 
 PLIST_FILES=	bin/cver
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/bin/cver ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/bin/cver ${STAGEDIR}${PREFIX}/bin
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list