diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-14 00:25:54 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-14 00:25:54 +0000 |
commit | a9d06ce8636b7acb5906bac2a80fb92f5e2afd05 (patch) | |
tree | 3a8f43ae087406efd0b25da03deac3e0e32e168d /editors/xed | |
parent | 45ce14b7018952069f2f933ec84e6f50e053e925 (diff) | |
download | FreeBSD-ports-a9d06ce8636b7acb5906bac2a80fb92f5e2afd05.zip FreeBSD-ports-a9d06ce8636b7acb5906bac2a80fb92f5e2afd05.tar.gz |
portname/portversion update
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 9c76294..758f85e 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 |