diff options
author | salo <salo@pkgsrc.org> | 2003-01-15 00:27:10 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-01-15 00:27:10 +0000 |
commit | 52c9d49c4a0aeb7130797dec4677eec595c16960 (patch) | |
tree | 04be2da76c5764703ea0444d74872632aa78eade /textproc/aspell-gaeilge | |
parent | 233e133bf6ed6565992326ba7321ee7f96401c3e (diff) | |
download | pkgsrc-52c9d49c4a0aeb7130797dec4677eec595c16960.tar.gz |
Sync with new aspell, fix PLIST, include aspell buildlink2.mk. Bump
PKGREVISION.
Diffstat (limited to 'textproc/aspell-gaeilge')
-rw-r--r-- | textproc/aspell-gaeilge/Makefile | 13 | ||||
-rw-r--r-- | textproc/aspell-gaeilge/PLIST | 3 |
2 files changed, 5 insertions, 11 deletions
diff --git a/textproc/aspell-gaeilge/Makefile b/textproc/aspell-gaeilge/Makefile index c5c62d9b960..3e212343dfe 100644 --- a/textproc/aspell-gaeilge/Makefile +++ b/textproc/aspell-gaeilge/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2002/08/16 03:12:14 jschauma Exp $ +# $NetBSD: Makefile,v 1.4 2003/01/15 00:27:54 salo Exp $ DISTNAME= aspell-gaeilge-2.0 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://borel.slu.edu/~kps/ispell/ @@ -8,18 +9,12 @@ MAINTAINER= jschauma@netbsd.org HOMEPAGE= http://borel.slu.edu/~kps/ispell/ COMMENT= Irish language support for aspell -DEPENDS+= aspell>=0.33.7.1:../../textproc/aspell - -ASPELLDATA=${PREFIX}/share/aspell/ - -do-configure: - ${ECHO} ${PREFIX}/lib/aspell/gaeilge > \ - ${WRKSRC}/ga-gaeilge-aspell.pwli +ASPELLDATA= ${PREFIX}/share/aspell/ 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 "../../textproc/aspell/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/aspell-gaeilge/PLIST b/textproc/aspell-gaeilge/PLIST index 4ecf9c874a3..ebb9ed7fde1 100644 --- a/textproc/aspell-gaeilge/PLIST +++ b/textproc/aspell-gaeilge/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2003/01/02 22:58:28 salo Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/01/15 00:27:54 salo Exp $ lib/aspell/gaeilge share/aspell/gaeilge.dat share/aspell/gaeilge_phonet.dat -share/pspell/ga-gaeilge-aspell.pwli |