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/bclock/Makefile | |
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/bclock/Makefile')
-rw-r--r-- | x11-clocks/bclock/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-clocks/bclock/Makefile b/x11-clocks/bclock/Makefile index d0af1b47ae7b..01b232e5351d 100644 --- a/x11-clocks/bclock/Makefile +++ b/x11-clocks/bclock/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: bclock -# Version required: 1.0 # Date created: 13 May 1997 # Whom: Brian Handy <handy@physics.montana.edu> # # $FreeBSD$ # -DISTNAME= bclock-1.0 +PORTNAME= bclock +PORTVERSION= 1.0 CATEGORIES= x11-clocks MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= X11/clocks |