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/AbiWord | |
parent | 28849e36e90815aed6c95e0187cc1b0bac0906f3 (diff) | |
download | ports-0f29953274700e3113ef38abbe8132e0b248333d.tar.gz ports-0f29953274700e3113ef38abbe8132e0b248333d.zip |
Notes
Diffstat (limited to 'editors/AbiWord')
-rw-r--r-- | editors/AbiWord/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/AbiWord/Makefile b/editors/AbiWord/Makefile index d5a9ac1c4ed5..6876ff03ebd9 100644 --- a/editors/AbiWord/Makefile +++ b/editors/AbiWord/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: AbiWord -# Version required: 0.7.6 # Date created: 3 Mar 1999 # Whom: Donald Burr <dburr@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= abi-${VERSION} -PKGNAME= AbiWord-${VERSION} +PORTNAME= AbiWord +PORTVERSION= ${VERSION} CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/Version-${VERSION}/lf/ +DISTNAME= abi-${VERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} expat-${VERSION}.tar.gz \ unixfonts-${VERSION}.tar.gz wv-${VERSION}.tar.gz |