diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 08:33:10 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 08:33:10 +0800 |
commit | 02cd5b674486b620aef6f01cbf91aea248498f4c (patch) | |
tree | a0d7a745c985151a2fe9e148dde7ecc1b2d19c78 /x11-clocks/bbdate | |
parent | ab5aef260ce199d0e9694f1feaae6d295dda1ae5 (diff) | |
download | freebsd-ports-gnome-02cd5b674486b620aef6f01cbf91aea248498f4c.tar.gz freebsd-ports-gnome-02cd5b674486b620aef6f01cbf91aea248498f4c.tar.zst freebsd-ports-gnome-02cd5b674486b620aef6f01cbf91aea248498f4c.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'x11-clocks/bbdate')
-rw-r--r-- | x11-clocks/bbdate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-clocks/bbdate/Makefile b/x11-clocks/bbdate/Makefile index b975708ec574..3ba7578b3c1e 100644 --- a/x11-clocks/bbdate/Makefile +++ b/x11-clocks/bbdate/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: bbdate -# Version required: 0.2.1 # Date created: May 3 1999 # Whom: Chris Piazza <cpiazza@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= bbdate-0.2.1 +PORTNAME= bbdate +PORTVERSION= 0.2.1 CATEGORIES= x11-clocks MASTER_SITES= http://bbtools.windsofstorm.net/sources/ |