aboutsummaryrefslogtreecommitdiff
path: root/net/stund
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-28 10:04:27 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-28 10:04:27 +0000
commit227f3f13924ca5aa0825ca04cf9e409cae957beb (patch)
tree9b88eff8e34fe7eb83b8b547b3836cce6395be1e /net/stund
parent0afcedd7c989783d10d7bcf2e5987d9b076fa9bc (diff)
downloadports-227f3f13924ca5aa0825ca04cf9e409cae957beb.tar.gz
ports-227f3f13924ca5aa0825ca04cf9e409cae957beb.zip
Notes
Diffstat (limited to 'net/stund')
-rw-r--r--net/stund/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/stund/Makefile b/net/stund/Makefile
index 25943f405a30..8c995733844c 100644
--- a/net/stund/Makefile
+++ b/net/stund/Makefile
@@ -11,16 +11,16 @@ EXTRACT_SUFX= .tgz
MAINTAINER= sobomax@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>