aboutsummaryrefslogtreecommitdiff
path: root/net/udpxy
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-28 10:07:46 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-28 10:07:46 +0000
commit4fdb1bd059cad5befb1b51ffaa44804263e2dcf0 (patch)
tree6c4391bf61e4576578e6512eef88cbc7c60ff3ad /net/udpxy
parent227f3f13924ca5aa0825ca04cf9e409cae957beb (diff)
downloadports-4fdb1bd059cad5befb1b51ffaa44804263e2dcf0.tar.gz
ports-4fdb1bd059cad5befb1b51ffaa44804263e2dcf0.zip
Notes
Diffstat (limited to 'net/udpxy')
-rw-r--r--net/udpxy/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/udpxy/Makefile b/net/udpxy/Makefile
index 64cab150dc05..9f3ba1c2bcae 100644
--- a/net/udpxy/Makefile
+++ b/net/udpxy/Makefile
@@ -10,9 +10,9 @@ DISTNAME= ${PORTNAME}.${PORTVERSION}-0-prod
MAINTAINER= alex.deiter@gmail.com
COMMENT= UDP-to-HTTP multicast traffic relay daemon
+USES= gmake
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-0
USE_RC_SUBR= udpxy
-USE_GMAKE= yes
RELEASE_MASCOT= Chipmunk
OPTIONS_SINGLE= CONF
@@ -25,10 +25,9 @@ OPTIONS_DEFAULT= RELEASE
PLIST_FILES= sbin/udpxy \
sbin/udpxrec
-NO_STAGE= yes
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/udpxy ${PREFIX}/sbin/
- @${LN} -s udpxy ${PREFIX}/sbin/udpxrec
+ ${INSTALL_PROGRAM} ${WRKSRC}/udpxy ${STAGEDIR}${PREFIX}/sbin
+ ${LN} -s udpxy ${STAGEDIR}${PREFIX}/sbin/udpxrec
.include <bsd.port.options.mk>