diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-08-06 03:45:30 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-08-06 03:45:30 +0000 |
commit | 52f4d6cfdfccd73b9db6baa11625019aedbcc32e (patch) | |
tree | 77c7a06a436f93d05c37be6960564de5a453b7f9 /textproc/aspell-gaeilge | |
parent | 865a511d81baeac46ac4fba5a092a7c52886c1e4 (diff) | |
download | pkgsrc-52f4d6cfdfccd73b9db6baa11625019aedbcc32e.tar.gz |
Create and install .pwli list to go into ${PREFIX}/share/pspell
Diffstat (limited to 'textproc/aspell-gaeilge')
-rw-r--r-- | textproc/aspell-gaeilge/Makefile | 7 | ||||
-rw-r--r-- | textproc/aspell-gaeilge/PLIST | 4 |
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} |