diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-23 16:22:00 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-23 16:22:00 +0000 |
commit | 685f6f67c8c13a5d7cc4153800eba68a73d8caf7 (patch) | |
tree | d90732a25f73971b751c076d643b87c1cb331531 /editors/abiword-devel | |
parent | - unbreak INDEX (was still broken) (diff) |
* Update to 1.0.4
* Fix up the automake stuff to be in line with the new rules in bsd.port.mk [1]
Requested by: alane [1]
Diffstat (limited to 'editors/abiword-devel')
-rw-r--r-- | editors/abiword-devel/Makefile | 12 | ||||
-rw-r--r-- | editors/abiword-devel/distinfo | 2 | ||||
-rw-r--r-- | editors/abiword-devel/pkg-plist | 3 |
3 files changed, 10 insertions, 7 deletions
diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile index 4f498c3cb00b..3eca7f48bac2 100644 --- a/editors/abiword-devel/Makefile +++ b/editors/abiword-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= AbiWord -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/ @@ -32,13 +32,9 @@ USE_REINPLACE= yes USE_GNOMENG= yes USE_GNOME= gtk12 gnomehier WANT_GNOME= yes -AUTOMAKE= ${WRKSRC}/autogen.sh && ${FIXME} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -liconv" MAKEFILE= GNUmakefile -FIXME= find ${WRKSRC} -name GNUmakefile.in | xargs ${REINPLACE_CMD} -e \ - 's|[(]libdir[)]/@PACKAGE@|(datadir)/@PACKAGE@|g ; \ - s|@DEFS@|-I${WRKSRC}/../libiconv/include @DEFS@|g' && ${TRUE} .if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) .undef WITHOUT_GNOME @@ -61,9 +57,13 @@ BROKEN= "This port cannot be built when textproc/wv is installed because of a he .endif pre-configure: - @cd ${WRKSRC} && ${TOUCH} NEWS README AUTHORS ChangeLog + @cd ${WRKSRC} && ${TOUCH} NEWS README AUTHORS ChangeLog INSTALL @cd ${WRKSRC}/ac-helpers && ${RM} -f install-sh mkinstalldirs missing @${RM} -f ${WRKSRC}/configure.ac + @cd ${WRKSRC} && ./autogen.sh && ${TRUE} + @${FIND} ${WRKSRC} -name GNUmakefile.in | xargs ${REINPLACE_CMD} -e \ + 's|[(]libdir[)]/@PACKAGE@|(datadir)/@PACKAGE@|g ; \ + s|@DEFS@|-I${WRKSRC}/../libiconv/include @DEFS@|g' && ${TRUE} post-install: @${CAT} ${PKGMESSAGE} diff --git a/editors/abiword-devel/distinfo b/editors/abiword-devel/distinfo index b72963643bfa..6dd051c40b56 100644 --- a/editors/abiword-devel/distinfo +++ b/editors/abiword-devel/distinfo @@ -1 +1 @@ -MD5 (AbiWord/abiword-1.0.3.tar.gz) = 01336526136b7fbc66328d80931710e3 +MD5 (AbiWord/abiword-1.0.4.tar.gz) = fec2f2770c29afe0d30e653b5d1d40bb diff --git a/editors/abiword-devel/pkg-plist b/editors/abiword-devel/pkg-plist index 38ab444526e6..442011e86d58 100644 --- a/editors/abiword-devel/pkg-plist +++ b/editors/abiword-devel/pkg-plist @@ -216,6 +216,7 @@ share/AbiSuite/AbiWord/strings/fi-FI.strings share/AbiSuite/AbiWord/strings/fr-FR.strings share/AbiSuite/AbiWord/strings/ga-IE.strings share/AbiSuite/AbiWord/strings/gl-ES.strings +share/AbiSuite/AbiWord/strings/he-IL.strings share/AbiSuite/AbiWord/strings/hu-HU.strings share/AbiSuite/AbiWord/strings/id-ID.strings share/AbiSuite/AbiWord/strings/it-IT.strings @@ -231,9 +232,11 @@ share/AbiSuite/AbiWord/strings/ro-RO.strings share/AbiSuite/AbiWord/strings/ru-RU.strings share/AbiSuite/AbiWord/strings/sk-SK.strings share/AbiSuite/AbiWord/strings/sl-SI.strings +share/AbiSuite/AbiWord/strings/sr-SR.strings share/AbiSuite/AbiWord/strings/sv-SE.strings share/AbiSuite/AbiWord/strings/tr-TR.strings share/AbiSuite/AbiWord/strings/uk-UA.strings +share/AbiSuite/AbiWord/strings/vi-VN.strings share/AbiSuite/AbiWord/strings/zh-CN.strings share/AbiSuite/AbiWord/strings/zh-HK.strings share/AbiSuite/AbiWord/strings/zh-TW.strings |