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/tclock | |
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/tclock')
-rw-r--r-- | x11-clocks/tclock/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-clocks/tclock/Makefile b/x11-clocks/tclock/Makefile index 84e1d5138711..0c750d62774c 100644 --- a/x11-clocks/tclock/Makefile +++ b/x11-clocks/tclock/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: tclock -# Version required: 1.0.1 # Date created: So 7 Feb 1999 20:50:43 MET # Whom: Lars Koeller <lkoeller@cc.fh-lippe.de> # # $FreeBSD$ # -DISTNAME= tclock-1.0.1 +PORTNAME= tclock +PORTVERSION= 1.0.1 CATEGORIES= x11-clocks MASTER_SITES= ftp://ftp.uni-potsdam.de/pub/X11/tools/clocks/ \ ftp://ftp.fh-anhalt.de/pub/soft/Xwindow/tools/clocks/ \ |