diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 00:33:10 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 00:33:10 +0000 |
commit | 02cd5b674486b620aef6f01cbf91aea248498f4c (patch) | |
tree | a0d7a745c985151a2fe9e148dde7ecc1b2d19c78 /x11-clocks/eyeclock | |
parent | ab5aef260ce199d0e9694f1feaae6d295dda1ae5 (diff) | |
download | FreeBSD-ports-02cd5b674486b620aef6f01cbf91aea248498f4c.zip FreeBSD-ports-02cd5b674486b620aef6f01cbf91aea248498f4c.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'x11-clocks/eyeclock')
-rw-r--r-- | x11-clocks/eyeclock/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-clocks/eyeclock/Makefile b/x11-clocks/eyeclock/Makefile index a957092..b45781f 100644 --- a/x11-clocks/eyeclock/Makefile +++ b/x11-clocks/eyeclock/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: EyeClock -# Version required: 2.0 # Date created: 4 September 1998 # Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> # # $FreeBSD$ # -DISTNAME= eyeclock-2.0 +PORTNAME= eyeclock +PORTVERSION= 2.0 CATEGORIES= x11-clocks MASTER_SITES= http://www.seki.ee.kagu.sut.ac.jp/~sakai/ |