summaryrefslogtreecommitdiff
path: root/textproc/ispell-catalan
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
commit3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /textproc/ispell-catalan
parentdc52048e014fdad9bb69ef9db159835a61c8dd4d (diff)
downloadpkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'textproc/ispell-catalan')
-rw-r--r--textproc/ispell-catalan/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/ispell-catalan/Makefile b/textproc/ispell-catalan/Makefile
index 944965b8882..9525ca982fa 100644
--- a/textproc/ispell-catalan/Makefile
+++ b/textproc/ispell-catalan/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2003/07/17 22:54:22 grant Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/20 12:26:50 agc 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
@@ -14,6 +13,8 @@ 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 && \