head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2005.03.12.22.40.21;	author arj;	state dead;
branches;
next	1.1;

1.1
date	2005.02.15.21.53.44;	author arj;	state Exp;
branches;
next	;


desc
@@


1.2
log
@remove broken version
(Portage version: 2.0.51.19)
@
text
@--- Makefile	2001-06-29 18:31:25.000000000 +0200
+++ ../Makefile	2005-02-06 21:43:07.838584616 +0100
@@@@ -1,20 +1,17 @@@@
+include config.mak
+
 DICT = portugues.aspell
 
 CONFIG = portugues.dat
 PHONET = portugues_phone.dat
 
-pkgdatadir = `aspell dump config | grep '^. data-dir current' | sed 's/^.*: \(.*\)$$/\1/'`
-pkglibdir  = `aspell dump config | grep '^. dict-dir current' | sed 's/^.*: \(.*\)$$/\1/'`
-pspell_pkgdatadir = `pspell-config pkgdatadir`
-
-INSTALL = /usr/bin/install -c
+INSTALL = install -c
 INSTALL_DATA = ${INSTALL} -m 644
 
 all: portugues pt-aspell.pwli
 
 portugues: $(DICT) $(PHONET) $(CONFIG)
-	cp $(pkgdatadir)/iso8859-1.dat ./
-	aspell --data-dir=. --lang=portugues create master ./portugues < $(DICT)
+	aspell --data-dir=${pkgdatadir} --lang=portugues create master ./portugues < $(DICT)
 
 pt-aspell.pwli:
 	echo $(pkglibdir)/portugues > pt-aspell.pwli
@


1.1
log
@new version
(Portage version: 2.0.51-r15)
@
text
@@

