diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
commit | c87133c16a2706e2e31935f0fbb9ad36f415370c (patch) | |
tree | 6422e8b75172ae95b0161366b1f713fb31711a7a /net/sharity-light | |
parent | f473133a811239a33610f5a219dc28385fcc339b (diff) | |
download | FreeBSD-ports-c87133c16a2706e2e31935f0fbb9ad36f415370c.zip FreeBSD-ports-c87133c16a2706e2e31935f0fbb9ad36f415370c.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'net/sharity-light')
-rw-r--r-- | net/sharity-light/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/sharity-light/Makefile b/net/sharity-light/Makefile index ae988ca..9f76e51 100644 --- a/net/sharity-light/Makefile +++ b/net/sharity-light/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: sharity-light -# Version required: 1.0 # Date created: 14 June 1997 # Whom: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru> # # $FreeBSD$ # -DISTNAME= Sharity-Light.1.2 -PKGNAME= sharity-light-1.2 +PORTNAME= sharity-light +PORTVERSION= 1.2 CATEGORIES= net MASTER_SITES= ftp://ftp.obdev.at/pub/Products/Sharity-Light/ \ ftp://ftp.warpnet.ro/mirrors/ftp.obdev.at/pub/Products/Sharity-Light/ \ http://people.FreeBSD.org/~dt/distfiles/ +DISTNAME= Sharity-Light.1.2 MAINTAINER= dt@FreeBSD.org |