diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-14 03:19:05 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-14 03:19:05 +0800 |
commit | ad484df21a7c7d25e1e37ed90fff311f479a8e91 (patch) | |
tree | af76de1209d059ff9421680d176b5dffbc47e83e /palm/syncal | |
parent | 0683433bc6f07a8866845c124869b1431eed09e8 (diff) | |
download | freebsd-ports-gnome-ad484df21a7c7d25e1e37ed90fff311f479a8e91.tar.gz freebsd-ports-gnome-ad484df21a7c7d25e1e37ed90fff311f479a8e91.tar.zst freebsd-ports-gnome-ad484df21a7c7d25e1e37ed90fff311f479a8e91.zip |
Update to use PORTNAME/PORTVERSION
Diffstat (limited to 'palm/syncal')
-rw-r--r-- | palm/syncal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/palm/syncal/Makefile b/palm/syncal/Makefile index a2c5fed6b2ba..3a4f0923ecc0 100644 --- a/palm/syncal/Makefile +++ b/palm/syncal/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: tclock -# Version required: 1.0.1 # Date created: So 7 Feb 1999 20:50:43 MET # Whom: Lars Koeller <lkoeller@cc.fh-lippe.de> # # $FreeBSD$ # -DISTNAME= syncal-0.8.3 +PORTNAME= syncal +PORTVERSION= 0.8.3 CATEGORIES= palm comms deskutils MASTER_SITES= http://hopf.math.nwu.edu/syncal/ |