From 881391b10dd920e97b7f018307234eeda3706b41 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 27 Feb 2009 13:05:20 +0000 Subject: 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. --- net/vncviewer/Makefile | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'net/vncviewer') 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 \ -- cgit v1.2.3