diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-25 08:41:49 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-25 08:41:49 +0000 |
commit | 9eb4729b0a718a88f1aa945dbc271c0f8a2adf9e (patch) | |
tree | 7b8a8d5b8f7637277c1b1d6d91e55317722d6ffa /editors/abiword/Makefile | |
parent | 6221b4650415389e6c3b67060b431d1c39cf3485 (diff) |
Notes
Diffstat (limited to 'editors/abiword/Makefile')
-rw-r--r-- | editors/abiword/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 98ccef060196..050e66f453d9 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -6,7 +6,7 @@ # PORTNAME= AbiWord2 -PORTVERSION= 1.99.3 +PORTVERSION= 1.99.5 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/ @@ -26,8 +26,9 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ DIST_SUBDIR= AbiWord -WRKSRC= ${WRKDIR}/abiword-${PORTVERSION}/abi +WRKSRC= ${WRKDIR}/abi +USE_BZIP2= yes USE_X_PREFIX= yes USE_AUTOMAKE= yes USE_AUTOMAKE_VER=14 @@ -84,6 +85,7 @@ pre-configure: @cd ${WRKSRC} && ./autogen.sh && ${TRUE} @${FIND} ${WRKSRC} -name GNUmakefile.in | xargs ${REINPLACE_CMD} -e \ 's|[(]libdir[)]/@PACKAGE@|(datadir)/@PACKAGE@|g ; \ + s|[(]libdir[)]/bonobo/servers|(prefix)/libdata/bonobo/servers|g; \ s|@DEFS@|-I${WRKSRC}/../libiconv/include @DEFS@|g' && ${TRUE} post-install: |