diff options
author | miwi <miwi@FreeBSD.org> | 2006-06-12 22:07:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-06-12 22:07:27 +0800 |
commit | be87dec9ec538aa2de8a4d384efbc978658e24b5 (patch) | |
tree | cac68f6499e5ec8124aeb08975e17dba21e0cb06 /security | |
parent | a653c8c1c71f5d65715ace538b9454736db0f7ce (diff) | |
download | freebsd-ports-gnome-be87dec9ec538aa2de8a4d384efbc978658e24b5.tar.gz freebsd-ports-gnome-be87dec9ec538aa2de8a4d384efbc978658e24b5.tar.zst freebsd-ports-gnome-be87dec9ec538aa2de8a4d384efbc978658e24b5.zip |
Update MASTER_SITES
PR: ports/97808
Approved by: krion (mentor)
Diffstat (limited to 'security')
-rw-r--r-- | security/sslproxy/Makefile | 5 | ||||
-rw-r--r-- | security/sslproxy/pkg-plist | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/security/sslproxy/Makefile b/security/sslproxy/Makefile index abbea91d17b7..67ab1847160e 100644 --- a/security/sslproxy/Makefile +++ b/security/sslproxy/Makefile @@ -8,12 +8,15 @@ PORTNAME= sslproxy PORTVERSION= 20000129 CATEGORIES= security -MASTER_SITES= ftp://ftp.obdev.at/pub/Products/sslproxy/ +MASTER_SITES= http://mirror2.unixfreunde.de/ \ + http://freebsd.unixfreunde.de/sources/ DISTNAME= sslproxy.2000_Jan_29 MAINTAINER= alexlh@funk.org COMMENT= Proxies non-SSL request over an SSL connection +PORTDOCS= README.txt dummyCert.pem + USE_OPENSSL= YES do-install: diff --git a/security/sslproxy/pkg-plist b/security/sslproxy/pkg-plist index 3adc0e029605..65e491c244d9 100644 --- a/security/sslproxy/pkg-plist +++ b/security/sslproxy/pkg-plist @@ -1,4 +1,4 @@ bin/sslproxy -share/doc/sslproxy/README.txt -share/doc/sslproxy/dummyCert.pem -@dirrm share/doc/sslproxy +%%PORTDOCS%%%%DOCSDIR%%/README.txt +%%PORTDOCS%%%%DOCSDIR%%/dummyCert.pem +%%PORTDOCS%%@dirrm %%DOCSDIR%% |