diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /textproc/ispell-catalan/Makefile | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'textproc/ispell-catalan/Makefile')
-rw-r--r-- | textproc/ispell-catalan/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/ispell-catalan/Makefile b/textproc/ispell-catalan/Makefile index 4bc4bd03ac9..f4fbc932a28 100644 --- a/textproc/ispell-catalan/Makefile +++ b/textproc/ispell-catalan/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2003/01/03 15:27:00 jmmv Exp $ +# $NetBSD: Makefile,v 1.4 2003/03/29 12:42:38 jmmv Exp $ # DISTNAME= ispell-sc-ca PKGNAME= ispell-catalan-1.0 +WRKSRC= ${WRKDIR} CATEGORIES= textproc MASTER_SITES= http://www.softcatala.org/cgi-bin/gaudi/contadorb/load.cgi?/fitxers/linux/ EXTRACT_SUFX= .zip @@ -13,8 +14,6 @@ COMMENT= Catalan dictionary for interactive spelling checker DEPENDS+= ispell-base>=3.1.20:../../textproc/ispell-base -WRKSRC= ${WRKDIR} - post-extract: ( cd ${WRKSRC} \ && ${MV} catalan_i.dic catala.dic && \ |