diff options
author | tron <tron@pkgsrc.org> | 2001-05-10 05:33:06 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-05-10 05:33:06 +0000 |
commit | 940184b6aff98436f0517412eb8b475f368a2b42 (patch) | |
tree | 32168252ed7b625dc1dcb4004f1105c18073c2eb /net | |
parent | 8a09d30957f5552ea239dbc77f87db3a7d55f8c7 (diff) | |
download | pkgsrc-940184b6aff98436f0517412eb8b475f368a2b42.tar.gz |
The distribution file for this package can now be download automatically.
Diffstat (limited to 'net')
-rw-r--r-- | net/ra-pna-proxy/Makefile | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/net/ra-pna-proxy/Makefile b/net/ra-pna-proxy/Makefile index a4c14e8cf19..4778c9c0588 100644 --- a/net/ra-pna-proxy/Makefile +++ b/net/ra-pna-proxy/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2001/02/25 04:18:07 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 2001/05/10 05:33:06 tron Exp $ DISTNAME= raproxy3.0b1 PKGNAME= ra-pna-proxy-3.0b1 CATEGORIES= net -MASTER_SITES= # empty +MASTER_SITES= http://docs.real.com/proxykit/ MAINTAINER= tron@netbsd.org HOMEPAGE= http://service.real.com/firewall/fdev.html @@ -18,22 +18,10 @@ NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} -DOWNLOAD= http://proforma.real.com/mario/devzone/proxyform.html - ALL_TARGET= raproxy PROGNAME= ${PKGNAME:C/-[1-9].*//} WRKSRC= ${WRKDIR}/raproxy -do-fetch: - @if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \ - ${ECHO_MSG} "==============================================================="; \ - ${ECHO_MSG} " The PNA Proxy Kit must be fetched into \"${DISTDIR}\""; \ - ${ECHO_MSG} " via the Web formular available under this URL:"; \ - ${ECHO_MSG} " ${DOWNLOAD}"; \ - ${ECHO_MSG} "==============================================================="; \ - ${FALSE}; \ - fi - post-build: cd ${WRKSRC}; \ ${SED} -e 's#/usr/local#${PREFIX}#g' <raproxy.man >${PROGNAME}.8 |