Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2013 00:57:18 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336133 - head/misc/gplink
Message-ID:  <201312110057.rBB0vIFX005087@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Wed Dec 11 00:57:17 2013
New Revision: 336133
URL: http://svnweb.freebsd.org/changeset/ports/336133

Log:
  - Convert USE_GMAKE to USES
  - Add stage support

Modified:
  head/misc/gplink/Makefile

Modified: head/misc/gplink/Makefile
==============================================================================
--- head/misc/gplink/Makefile	Wed Dec 11 00:51:08 2013	(r336132)
+++ head/misc/gplink/Makefile	Wed Dec 11 00:57:17 2013	(r336133)
@@ -15,20 +15,17 @@ LICENSE_COMB=	dual
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/src
 
-USE_GMAKE=	yes
+USES=		gmake
 MAKE_ARGS=	CC="${CC}" \
 		CFLAGS="${CFLAGS} ${USB_CFLAGS}" \
 		LDFLAGS="${USB_LDFLAGS}"
 
 PLIST_FILES=	bin/gplink
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
 USB_CFLAGS=	# none
 USB_LDFLAGS=	-lusb
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/gplink ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/gplink ${STAGEDIR}${PREFIX}/bin
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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