diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-02 07:48:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-02 07:48:36 +0000 |
commit | 52440e5212c02388c168c242471126c7029aa265 (patch) | |
tree | 38ba68235e0b6decdd3c0a440ea5743fc8032d48 /net/nxserver | |
parent | 168eb01c7e3a3055e446f4680a14b3b102741025 (diff) |
Notes
Diffstat (limited to 'net/nxserver')
-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 |