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/mouseclock | |
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/mouseclock')
-rw-r--r-- | x11-clocks/mouseclock/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-clocks/mouseclock/Makefile b/x11-clocks/mouseclock/Makefile index 42f40a3..9c38ab1 100644 --- a/x11-clocks/mouseclock/Makefile +++ b/x11-clocks/mouseclock/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: mouseclock -# Version required: 1.0 # Date created: 26 August 1997 # Whom: FURUSAWA, Kazuhisa <kazu@jp.freebsd.org> # # $FreeBSD$ # -DISTNAME= mouseclock-1.0 +PORTNAME= mouseclock +PORTVERSION= 1.0 CATEGORIES= x11-clocks MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= X11/clocks |