summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjschauma <jschauma>2002-08-06 03:45:30 +0000
committerjschauma <jschauma>2002-08-06 03:45:30 +0000
commit1a773ba9289cd017f17e9565c91cf1242aecfc08 (patch)
tree77c7a06a436f93d05c37be6960564de5a453b7f9 /textproc
parent5752a7356089a6ad35c573f0bb8a937bd7bad204 (diff)
downloadpkgsrc-1a773ba9289cd017f17e9565c91cf1242aecfc08.tar.gz
Create and install .pwli list to go into ${PREFIX}/share/pspell
Diffstat (limited to 'textproc')
-rw-r--r--textproc/aspell-gaeilge/Makefile7
-rw-r--r--textproc/aspell-gaeilge/PLIST4
2 files changed, 9 insertions, 2 deletions
diff --git a/textproc/aspell-gaeilge/Makefile b/textproc/aspell-gaeilge/Makefile
index 71dab3cbf2f..1f6e21518ee 100644
--- a/textproc/aspell-gaeilge/Makefile
+++ b/textproc/aspell-gaeilge/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/08/02 18:59:15 jschauma Exp $
+# $NetBSD: Makefile,v 1.2 2002/08/06 03:45:30 jschauma Exp $
DISTNAME= aspell-gaeilge-2.0
CATEGORIES= textproc
@@ -12,9 +12,14 @@ DEPENDS+= aspell>=0.33.7.1:../../textproc/aspell
ASPELLDATA=${PREFIX}/share/aspell/
+do-configure:
+ ${ECHO} ${PREFIX}/lib/aspell/gaeilge > \
+ ${WRKSRC}/ga-gaeilge-aspell.pwli
+
do-install:
${INSTALL_DATA} ${WRKSRC}/gaeilge.dat ${ASPELLDATA}
${INSTALL_DATA} ${WRKSRC}/gaeilge_phonet.dat ${ASPELLDATA}
${INSTALL_DATA} ${WRKSRC}/gaeilge ${PREFIX}/lib/aspell
+ ${INSTALL_DATA} ${WRKSRC}/ga-gaeilge-aspell.pwli ${PREFIX}/share/pspell
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/aspell-gaeilge/PLIST b/textproc/aspell-gaeilge/PLIST
index 46998aa5f7e..b7e11a9feb4 100644
--- a/textproc/aspell-gaeilge/PLIST
+++ b/textproc/aspell-gaeilge/PLIST
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/02 18:59:15 jschauma Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/08/06 03:45:30 jschauma Exp $
share/aspell/gaeilge.dat
share/aspell/gaeilge_phonet.dat
+share/pspell/ga-gaeilge-aspell.pwli
lib/aspell/gaeilge
@unexec ${RMDIR} %D/share/aspell 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/share/pspell 2>/dev/null || ${TRUE}
@unexec ${RMDIR} %D/lib/aspell 2>/dev/null || ${TRUE}