diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 00:25:54 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 00:25:54 +0000 |
commit | 0f29953274700e3113ef38abbe8132e0b248333d (patch) | |
tree | f8b676f72421de4a2772b4f89e3779525d8e0a69 /editors/fine | |
parent | 28849e36e90815aed6c95e0187cc1b0bac0906f3 (diff) | |
download | ports-0f29953274700e3113ef38abbe8132e0b248333d.tar.gz ports-0f29953274700e3113ef38abbe8132e0b248333d.zip |
portname/portversion update
Notes
Notes:
svn path=/head/; revision=27501
Diffstat (limited to 'editors/fine')
-rw-r--r-- | editors/fine/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/fine/Makefile b/editors/fine/Makefile index ef2d969afcb2..7bd07f318f43 100644 --- a/editors/fine/Makefile +++ b/editors/fine/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: FINE -# Version required: 2.1 # Date created: 17 August 1999 # Whom: Chris Piazza <cpiazza@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= fine2.3 -PKGNAME= fine-2.3 +PORTNAME= fine +PORTVERSION= 2.3 CATEGORIES= editors MASTER_SITES= ftp://razor.fer.uni-lj.si/pub/software/bojank/fine/ +DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= cpiazza@FreeBSD.org |