diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
commit | 91082f1a1075c587148cdc85cbe1196f175a18e6 (patch) | |
tree | ec0315d3d86e3f8717ed33380a1b359ca92fc43f /security/sslwrap | |
parent | f3253ed0fe7e570a54f855ecc83702e80cc2f451 (diff) | |
download | FreeBSD-ports-91082f1a1075c587148cdc85cbe1196f175a18e6.zip FreeBSD-ports-91082f1a1075c587148cdc85cbe1196f175a18e6.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'security/sslwrap')
-rw-r--r-- | security/sslwrap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/sslwrap/Makefile b/security/sslwrap/Makefile index 7db0692..cc8c4b0 100644 --- a/security/sslwrap/Makefile +++ b/security/sslwrap/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: sslwrap -# Version required: 2.0.5 # Date created: 1999 november 7. # Whom: Zahemszky, Gabor <ZGabor at CoDe dot HU> # # $FreeBSD$ # -DISTNAME= sslwrap -PKGNAME= sslwrap-2.0.5 +PORTNAME= sslwrap +PORTVERSION= 2.0.5 CATEGORIES= security MASTER_SITES= http://www.rickk.com/sslwrap/ +DISTNAME= ${PORTNAME} MAINTAINER= ZGabor@CoDe.HU |