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/wmitime | |
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/wmitime')
-rw-r--r-- | x11-clocks/wmitime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-clocks/wmitime/Makefile b/x11-clocks/wmitime/Makefile index 3f4688b43998..f84ce9809275 100644 --- a/x11-clocks/wmitime/Makefile +++ b/x11-clocks/wmitime/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: wmitime -# Version required: 0.3 # Date created: 14 March 1999 # Whom: Jim Mock <jim@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= wmitime-0.3 +PORTNAME= wmitime +PORTVERSION= 0.3 CATEGORIES= x11-clocks windowmaker afterstep MASTER_SITES= http://www.neotokyo.org/illusion/downloads/ |