diff options
author | keith <keith@FreeBSD.org> | 2001-03-06 17:45:09 +0800 |
---|---|---|
committer | keith <keith@FreeBSD.org> | 2001-03-06 17:45:09 +0800 |
commit | d78c28431f62a561caf1e9a03c78aa43f30e0da9 (patch) | |
tree | f4c7afea098136cf6982c013e46a869e70840d0f /editors/abiword/Makefile | |
parent | 6dc56ee2b94b565bc8b60fa464b622c1628de152 (diff) | |
download | freebsd-ports-graphics-d78c28431f62a561caf1e9a03c78aa43f30e0da9.tar.gz freebsd-ports-graphics-d78c28431f62a561caf1e9a03c78aa43f30e0da9.tar.zst freebsd-ports-graphics-d78c28431f62a561caf1e9a03c78aa43f30e0da9.zip |
Update to 0.7.13.
Submitted by: me
Reviewed by: MAINTAINER, with some corrections
Diffstat (limited to 'editors/abiword/Makefile')
-rw-r--r-- | editors/abiword/Makefile | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 9b99fca5143..98461e9e422 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -10,12 +10,14 @@ # AbiWord build system. PORTNAME= AbiWord -PORTVERSION= 0.7.12 +PORTVERSION= 0.7.13 CATEGORIES= editors -MASTER_SITES= http://download.abisource.com/releases/${PORTVERSION}/src/ +MASTER_SITES= http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/ DISTNAME= abi-${PORTVERSION} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} expat.tar.gz unixfonts.tar.gz \ - wv.tar.gz abidistfiles.tar.gz libiconv.tar.gz +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} expat-${PORTVERSION}.tar.gz \ + unixfonts-${PORTVERSION}.tar.gz wv-${PORTVERSION}.tar.gz \ + abidistfiles-${PORTVERSION}.tar.gz \ + psiconv-${PORTVERSION}.tar.gz libiconv-${PORTVERSION}.tar.gz MAINTAINER= wolman@cs.washington.edu @@ -27,7 +29,7 @@ RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell DIST_SUBDIR= AbiWord -WRKSRC= ${WRKDIR}/abi-${PORTVERSION}/src +WRKSRC= ${WRKDIR}/abi/src USE_XLIB= yes USE_GMAKE= yes USE_GTK= yes @@ -35,12 +37,6 @@ 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 - post-install: @${CAT} ${PKGMESSAGE} |