mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- Fix fetching
Reported by: krismail Submitted by: maintainer
This commit is contained in:
parent
168eb01c7e
commit
52440e5212
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134485
@ -8,14 +8,14 @@
|
||||
PORTNAME= nxserver
|
||||
PORTVERSION= 1.4.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${URL}/nx-X11/:X11 \
|
||||
${URL}/nxagent/:agent \
|
||||
${URL}/nxcomp/:comp \
|
||||
${URL}/nxcompext/:compext \
|
||||
${URL}/nxproxy/:proxy \
|
||||
${URL}/nxauth/:auth \
|
||||
${URL}/nxviewer/:viewer \
|
||||
${URL}/nxdesktop/:desktop
|
||||
MASTER_SITES= ${URL}/:X11 \
|
||||
${URL}/:agent \
|
||||
${URL}/:comp \
|
||||
${URL}/:compext \
|
||||
${URL}/:proxy \
|
||||
${URL}/:auth \
|
||||
${URL}/:viewer \
|
||||
${URL}/:desktop
|
||||
DISTFILES= nx-X11-1.4.0-10.tar.gz:X11 \
|
||||
nxagent-1.4.0-65.tar.gz:agent \
|
||||
nxcomp-1.4.0-31.tar.gz:comp \
|
||||
@ -32,7 +32,7 @@ LIB_DEPENDS= png:${PORTSDIR}/graphics/png \
|
||||
jpeg:${PORTSDIR}/graphics/jpeg
|
||||
RUN_DEPENDS= nc:${PORTSDIR}/net/netcat
|
||||
|
||||
URL= http://www.nomachine.com/download/nxsources
|
||||
URL= http://www.nomachine.com/download/nxsources/1.4.0
|
||||
WRKSRC= ${WRKDIR}
|
||||
ALL_TARGET= World
|
||||
NXPREFIX?= ${PREFIX}/NX
|
||||
|
Loading…
Reference in New Issue
Block a user