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/xtu | |
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/xtu')
-rw-r--r-- | x11-clocks/xtu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-clocks/xtu/Makefile b/x11-clocks/xtu/Makefile index 3b2190579cfe..08873f0cb7c7 100644 --- a/x11-clocks/xtu/Makefile +++ b/x11-clocks/xtu/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xtu -# Version required: 1.0 # Date created: 17 Apr 1999 # Whom: runge@rostock.zgdv.de # # $FreeBSD$ # -DISTNAME= xtu-1.0 +PORTNAME= xtu +PORTVERSION= 1.0 CATEGORIES= x11-clocks MASTER_SITES= http://www.rostock.zgdv.de/~runge/xtu/ |