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/xed | |
parent | 28849e36e90815aed6c95e0187cc1b0bac0906f3 (diff) | |
download | ports-0f29953274700e3113ef38abbe8132e0b248333d.tar.gz ports-0f29953274700e3113ef38abbe8132e0b248333d.zip |
Notes
Diffstat (limited to 'editors/xed')
-rw-r--r-- | editors/xed/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/xed/Makefile b/editors/xed/Makefile index 9c762948be63..758f85ee4c6f 100644 --- a/editors/xed/Makefile +++ b/editors/xed/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: xed -# Version required: 1.3 # Date created: 28 Jul 1996 # Whom: shanee # # $FreeBSD$ # -DISTNAME= xed1.3 -PKGNAME= xed-1.3 +PORTNAME= xed +PORTVERSION= 1.3 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= editors +DISTNAME= ${PORTNAME}${PORTVERSION} EXTRACT_SUFX= .tar.Z MAINTAINER= shanee@augusta.de |