diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
commit | 3df86a88a9d1a500b60debaa4e14f97e500a96c1 (patch) | |
tree | a2ab9a6ab9be8b8808cfdd2f42ab98c9aa090dcc /security/sslproxy/Makefile | |
parent | Proper WWW syntax (diff) |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to '')
-rw-r--r-- | security/sslproxy/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/sslproxy/Makefile b/security/sslproxy/Makefile index 4bcc184e8889..5cff8845ddb9 100644 --- a/security/sslproxy/Makefile +++ b/security/sslproxy/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: sslproxy -# Version required: 2000_Jan_29 # Date created: 11 February 1999 # Whom: Alex Le Heux # # $FreeBSD$ # -DISTNAME= sslproxy.2000_Jan_29 -PKGNAME= sslproxy-20000129 +PORTNAME= sslproxy +PORTVERSION= 20000129 CATEGORIES= security MASTER_SITES= ftp://ftp.obdev.at/pub/Products/sslproxy/ +DISTNAME= sslproxy.2000_Jan_29 MAINTAINER= alexlh@funk.org |