diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-28 10:07:46 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-28 10:07:46 +0000 |
commit | 4fdb1bd059cad5befb1b51ffaa44804263e2dcf0 (patch) | |
tree | 6c4391bf61e4576578e6512eef88cbc7c60ff3ad /net/udpxy | |
parent | 227f3f13924ca5aa0825ca04cf9e409cae957beb (diff) | |
download | ports-4fdb1bd059cad5befb1b51ffaa44804263e2dcf0.tar.gz ports-4fdb1bd059cad5befb1b51ffaa44804263e2dcf0.zip |
Notes
Diffstat (limited to 'net/udpxy')
-rw-r--r-- | net/udpxy/Makefile | 7 |
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> |