summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjoerg <joerg>2009-02-27 13:05:20 +0000
committerjoerg <joerg>2009-02-27 13:05:20 +0000
commit2adac266517f47bd84e783242b72c38dabc54bb4 (patch)
treee1eb18b13380407da68db168ea9c45b2eb859201 /net
parent837fabdb381654e6e71a584c3554bc5113f755dc (diff)
downloadpkgsrc-2adac266517f47bd84e783242b72c38dabc54bb4.tar.gz
Push the distfile into MASTER_SITE_LOCAL. It is GPL and mirrored anyway,
so just avoid the trouble with the main site. Addresses PR 40767.
Diffstat (limited to 'net')
-rw-r--r--net/vncviewer/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/net/vncviewer/Makefile b/net/vncviewer/Makefile
index 43a222f811e..e59a6b8b147 100644
--- a/net/vncviewer/Makefile
+++ b/net/vncviewer/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.24 2008/06/20 01:09:32 joerg Exp $
+# $NetBSD: Makefile,v 1.25 2009/02/27 13:05:20 joerg Exp $
DISTNAME= vnc-4_1_2-unixsrc
PKGNAME= vncviewer-4.1.2
PKGREVISION= 1
CATEGORIES= net x11
-MASTER_SITES= http://www.realvnc.com/dist/
+MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.realvnc.com/
@@ -24,13 +24,6 @@ CONFIGURE_ARGS+= --with-installed-zlib
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
-# The distfile listed above is bogus, there is no direct link to download the
-# file, so a special command must be used. I lifted this from FreeBSD Ports.
-DISTURL=http://www.realvnc.com/cgi-bin/download.cgi?product=free4/src/unix&acceptLicense=1&filever=4.1.2&filetype=tar_gz&haveDetails=1
-pre-fetch:
- ${TEST} -f ${DISTDIR}/${DISTNAME}.tar.gz || \
- (cd ${DISTDIR} && ${FETCH_CMD} -o ${DISTNAME}.tar.gz ${DISTURL:Q})
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vncviewer/vncviewer ${DESTDIR}${PREFIX}/bin/vncviewer
${INSTALL_MAN} ${WRKSRC}/vncviewer/vncviewer.man \