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/uzap/Makefile | |
parent | 28849e36e90815aed6c95e0187cc1b0bac0906f3 (diff) | |
download | freebsd-ports-0f29953274700e3113ef38abbe8132e0b248333d.zip |
portname/portversion update
Diffstat (limited to 'editors/uzap/Makefile')
-rw-r--r-- | editors/uzap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/uzap/Makefile b/editors/uzap/Makefile index 2dbb629b2018..55a210e4e634 100644 --- a/editors/uzap/Makefile +++ b/editors/uzap/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: uzap -# Version required: 1.0 # Date created: 19 Jun 1995 # Whom: joerg # # $FreeBSD$ # -DISTNAME= uzap -PKGNAME= uzap-1.0 +PORTNAME= uzap +PORTVERSION= 1.0 CATEGORIES= editors MASTER_SITES= ftp://ftp.interface-business.de/pub/outgoing/ +DISTNAME= ${PORTNAME} MAINTAINER= joerg@FreeBSD.org |