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/libparanoia | |
parent | f3253ed0fe7e570a54f855ecc83702e80cc2f451 (diff) | |
download | FreeBSD-ports-91082f1a1075c587148cdc85cbe1196f175a18e6.zip FreeBSD-ports-91082f1a1075c587148cdc85cbe1196f175a18e6.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'security/libparanoia')
-rw-r--r-- | security/libparanoia/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/libparanoia/Makefile b/security/libparanoia/Makefile index b4c13fb0..ce5c171 100644 --- a/security/libparanoia/Makefile +++ b/security/libparanoia/Makefile @@ -1,11 +1,12 @@ # New ports collection makefile for: libparanoia -# Version required: 1.3 # Date created: 1 Jan 1999 # Whom: Alexandre Snarskii <snar@paranoia.ru> # # $FreeBSD$ +# -DISTNAME= libparanoia-1.3 +PORTNAME= libparanoia +PORTVERSION= 1.3 CATEGORIES= security MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/snar/ |