aboutsummaryrefslogtreecommitdiff
path: root/editors/abiword-devel/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-27 16:07:15 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-27 16:07:15 +0000
commite1866fd9d1189b1658a92dd305dc3b4dc2bc7238 (patch)
tree5acaad9ded3b068ea086a5a3a9ebfefe3d7af4ec /editors/abiword-devel/Makefile
parent160c7c4226c4539db08828b89066aa1a09a66e7e (diff)
downloadports-e1866fd9d1189b1658a92dd305dc3b4dc2bc7238.tar.gz
ports-e1866fd9d1189b1658a92dd305dc3b4dc2bc7238.zip
Remove VERSION variable (most likely it is a relict from pre-portversion
ages).
Notes
Notes: svn path=/head/; revision=29917
Diffstat (limited to 'editors/abiword-devel/Makefile')
-rw-r--r--editors/abiword-devel/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile
index e00f419cc452..27e3f6822b16 100644
--- a/editors/abiword-devel/Makefile
+++ b/editors/abiword-devel/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= AbiWord
-PORTVERSION= ${VERSION}
+PORTVERSION= 0.7.10
CATEGORIES= editors
-MASTER_SITES= http://download.abisource.com/releases/${VERSION}/src/lf/
-DISTNAME= abi-${VERSION}
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} expat-${VERSION}.tar.gz \
- unixfonts-${VERSION}.tar.gz wv-${VERSION}.tar.gz \
- libiconv-${VERSION}.tar.gz abidistfiles-${VERSION}.tar.gz
+MASTER_SITES= http://download.abisource.com/releases/${PORTVERSION}/src/lf/
+DISTNAME= abi-${PORTVERSION}
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} expat-${PORTVERSION}.tar.gz \
+ unixfonts-${PORTVERSION}.tar.gz wv-${PORTVERSION}.tar.gz \
+ libiconv-${PORTVERSION}.tar.gz abidistfiles-${PORTVERSION}.tar.gz
MAINTAINER= wolman@cs.washington.edu
@@ -24,8 +24,7 @@ RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
DIST_SUBDIR= AbiWord
-VERSION= 0.7.10
-WRKSRC= ${WRKDIR}/abi-${VERSION}/src
+WRKSRC= ${WRKDIR}/abi-${PORTVERSION}/src
USE_XLIB= yes
USE_GMAKE= yes
MAKE_ENV= prefix="${PREFIX}"