diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
commit | 93a61d6874669ec2bb1bc7deebc61598e4174442 (patch) | |
tree | b771014812f92756476f174cb7d6d567fc13dbc2 /net/sharity-light | |
parent | e062d3845f126e409fb15b1ae6b67f75410a881b (diff) |
Notes
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 ae988ca0b795..9f76e513fc39 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 |