diff options
-rw-r--r-- | editors/abiword/Makefile | 5 | ||||
-rw-r--r-- | editors/abiword/pkg/PLIST | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index dc0433e14c7..806f3408226 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/11/22 13:19:41 abs Exp $ +# $NetBSD: Makefile,v 1.14 2000/12/03 04:33:16 mycroft Exp $ # # According to AbiSource's explanation of their trademark rights, @@ -18,6 +18,7 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.abisource.com/ BUILD_DEPENDS+= ${LOCALBASE}/bin/unzip:../../archivers/unzip +DEPENDS+= ispell-*:../../textproc/ispell DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= png>=1.0.6:../../graphics/png @@ -45,5 +46,7 @@ MAKE_ENV+= ABI_BUILD_VERSION="${ABIWORD_VERS}" \ post-install: ${CHMOD} -R a+r ${PREFIX}/share/AbiSuite + rm ${PREFIX}/share/AbiSuite/dictionary/american.hash + ln -s ../../../lib/american.hash ${PREFIX}/share/AbiSuite/dictionary/american.hash .include "../../mk/bsd.pkg.mk" diff --git a/editors/abiword/pkg/PLIST b/editors/abiword/pkg/PLIST index 579ad68046f..6189b0dab00 100644 --- a/editors/abiword/pkg/PLIST +++ b/editors/abiword/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2000/11/09 20:19:56 mycroft Exp $ +@comment $NetBSD: PLIST,v 1.7 2000/12/03 04:33:16 mycroft Exp $ bin/AbiWord bin/abiword libexec/AbiSuite/AbiWord @@ -320,7 +320,9 @@ share/AbiSuite/AbiWord/strings/pt-PT.strings share/AbiSuite/AbiWord/strings/sv-SE.strings share/AbiSuite/AbiWord/system.profile share/AbiSuite/COPYING -share/AbiSuite/dictionary/american.hash +@exec mkdir -p %D/share/AbiSuite/dictionary +@exec ln -s ../../../lib/american.hash %D/share/AbiSuite/dictionary/american.hash +@unexec rm %D/share/AbiSuite/dictionary/american.hash share/AbiSuite/fonts/p052004l.afm share/AbiSuite/fonts/p052004l.pfa share/AbiSuite/fonts/p052023l.afm |