summaryrefslogtreecommitdiff
path: root/editors/AbiWord/Makefile
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2000-06-27 15:59:36 +0000
committerAlexander Langer <alex@FreeBSD.org>2000-06-27 15:59:36 +0000
commit160c7c4226c4539db08828b89066aa1a09a66e7e (patch)
treec80eab4339667668e802c3ca96602a9af88dad70 /editors/AbiWord/Makefile
parentUpdate category Makefile in aftermath of afterstep,vim,fvwm95 removal. (diff)
Update to version 0.7.10.
PR: 19455 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=29916
Diffstat (limited to 'editors/AbiWord/Makefile')
-rw-r--r--editors/AbiWord/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/editors/AbiWord/Makefile b/editors/AbiWord/Makefile
index e6a137584c4d..e00f419cc452 100644
--- a/editors/AbiWord/Makefile
+++ b/editors/AbiWord/Makefile
@@ -8,7 +8,7 @@
PORTNAME= AbiWord
PORTVERSION= ${VERSION}
CATEGORIES= editors
-MASTER_SITES= http://www.abisource.com/downloads/Version-${VERSION}/lf/
+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 \
@@ -24,7 +24,7 @@ RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
DIST_SUBDIR= AbiWord
-VERSION= 0.7.9
+VERSION= 0.7.10
WRKSRC= ${WRKDIR}/abi-${VERSION}/src
USE_XLIB= yes
USE_GMAKE= yes
@@ -32,7 +32,13 @@ MAKE_ENV= prefix="${PREFIX}"
.include <bsd.port.pre.mk>
+# start by deleting some junk files that should never have been placed
+# in the tar file
pre-build:
+ cd ${WRKSRC} && ${RM} -f ../user/wp/help/en-US/images/?line.jpg
+ cd ${WRKSRC} && ${RM} -f ../user/wp/help/en-US/images/?space.jpg
+
+do-configure:
@(cd ${WRKDIR}/wv && ./configure)
.include <bsd.port.post.mk>