svn commit: r346475 - head/net/stund

Emanuel Haupt ehaupt at FreeBSD.org
Fri Feb 28 10:04:28 UTC 2014


Author: ehaupt
Date: Fri Feb 28 10:04:27 2014
New Revision: 346475
URL: http://svnweb.freebsd.org/changeset/ports/346475
QAT: https://qat.redports.org/buildarchive/r346475/

Log:
  - Support staging
  - USES -> gmake

Modified:
  head/net/stund/Makefile

Modified: head/net/stund/Makefile
==============================================================================
--- head/net/stund/Makefile	Fri Feb 28 10:02:18 2014	(r346474)
+++ head/net/stund/Makefile	Fri Feb 28 10:04:27 2014	(r346475)
@@ -11,16 +11,16 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	sobomax at FreeBSD.org
 COMMENT=	A simple STUN (RFC 3489) server and client
 
-USE_GMAKE=	yes
+USES=		gmake
 USE_RC_SUBR=	stund
+
 MAKE_ENV=	"CXX=${CXX}"
 
-NO_STAGE=	yes
 post-extract:
 	@${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC}
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/server ${PREFIX}/sbin/stund
-	${INSTALL_PROGRAM} ${WRKSRC}/client ${PREFIX}/bin/stun_client
+	${INSTALL_PROGRAM} ${WRKSRC}/server ${STAGEDIR}${PREFIX}/sbin/stund
+	${INSTALL_PROGRAM} ${WRKSRC}/client ${STAGEDIR}${PREFIX}/bin/stun_client
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list