diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:33:10 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:33:10 +0000 |
commit | b34561d1b83ae8709725150fbf6991b13f1d70d2 (patch) | |
tree | 099b5b7b38f0de6495d777a1bb674419426acfc3 /x11-clocks/swisswatch | |
parent | c3bb46468efb8e5e67dcd557814ce25e7c9521ee (diff) | |
download | ports-b34561d1b83ae8709725150fbf6991b13f1d70d2.tar.gz ports-b34561d1b83ae8709725150fbf6991b13f1d70d2.zip |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27431
Diffstat (limited to 'x11-clocks/swisswatch')
-rw-r--r-- | x11-clocks/swisswatch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-clocks/swisswatch/Makefile b/x11-clocks/swisswatch/Makefile index 78cdefd87fed..e7b822097470 100644 --- a/x11-clocks/swisswatch/Makefile +++ b/x11-clocks/swisswatch/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: swisswatch -# Version required: 0.0.6 # Date created: 16 December 1995 # Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp> # # $FreeBSD$ # -DISTNAME= swisswatch-0.06 +PORTNAME= swisswatch +PORTVERSION= 0.06 CATEGORIES= x11-clocks MASTER_SITES= ${MASTER_SITE_PORTS_JP} EXTRACT_SUFX= .tar.Z |