diff options
author | pav <pav@FreeBSD.org> | 2005-05-02 15:48:36 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-02 15:48:36 +0800 |
commit | f2f06739a860797888c039b66d68312041947503 (patch) | |
tree | 3868bcc65e986e705c44d911f932a3ba1a80217c /net | |
parent | 2634badd4c5d3d1f5cc2d3fec2a094da8294395a (diff) | |
download | freebsd-ports-gnome-f2f06739a860797888c039b66d68312041947503.tar.gz freebsd-ports-gnome-f2f06739a860797888c039b66d68312041947503.tar.zst freebsd-ports-gnome-f2f06739a860797888c039b66d68312041947503.zip |
- Fix fetching
Reported by: krismail
Submitted by: maintainer
Diffstat (limited to 'net')
-rw-r--r-- | net/nxserver/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/net/nxserver/Makefile b/net/nxserver/Makefile index 141e52887f48..f7ee55e96290 100644 --- a/net/nxserver/Makefile +++ b/net/nxserver/Makefile @@ -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 |