Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 458680
Collapse All | Expand All

(-)pyzy-0.1.0.orig/data/db/open-phrase/Makefile.am (-3 lines)
Lines 30-38 Link Here
30
DBTAR = pyzy-database-$(DBVER).tar.bz2
30
DBTAR = pyzy-database-$(DBVER).tar.bz2
31
31
32
$(DBTAR):
32
$(DBTAR):
33
	$(AM_V_GEN) \
34
	wget http://pyzy.googlecode.com/files/$(DBTAR) || \
35
	( $(RM) $@; exit 1)
36
33
37
stamp-db: $(DBTAR)
34
stamp-db: $(DBTAR)
38
	$(AM_V_GEN) \
35
	$(AM_V_GEN) \
(-)pyzy-0.1.0.orig/data/db/open-phrase/Makefile.in (-3 lines)
Lines 491-499 Link Here
491
491
492
492
493
@PYZY_BUILD_DB_OPEN_PHRASE_TRUE@$(DBTAR):
493
@PYZY_BUILD_DB_OPEN_PHRASE_TRUE@$(DBTAR):
494
@PYZY_BUILD_DB_OPEN_PHRASE_TRUE@	$(AM_V_GEN) \
495
@PYZY_BUILD_DB_OPEN_PHRASE_TRUE@	wget http://pyzy.googlecode.com/files/$(DBTAR) || \
496
@PYZY_BUILD_DB_OPEN_PHRASE_TRUE@	( $(RM) $@; exit 1)
497
494
498
@PYZY_BUILD_DB_OPEN_PHRASE_TRUE@stamp-db: $(DBTAR)
495
@PYZY_BUILD_DB_OPEN_PHRASE_TRUE@stamp-db: $(DBTAR)
499
@PYZY_BUILD_DB_OPEN_PHRASE_TRUE@	$(AM_V_GEN) \
496
@PYZY_BUILD_DB_OPEN_PHRASE_TRUE@	$(AM_V_GEN) \

Return to bug 458680