diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-06-12 14:07:27 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-06-12 14:07:27 +0000 |
commit | e886b856e62eeb8e936d563af765893730b5aa43 (patch) | |
tree | 82780460c3a41861f2797883a541278f9325abb1 /security/sslproxy | |
parent | f399631860ac40fa64cd7b8e590b4215e7fd2e66 (diff) | |
download | ports-e886b856e62eeb8e936d563af765893730b5aa43.tar.gz ports-e886b856e62eeb8e936d563af765893730b5aa43.zip |
Notes
Diffstat (limited to 'security/sslproxy')
-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%% |