diff options
author | Marco d'Itri <md@linux.it> | 2008-12-09 02:08:35 +0100 |
---|---|---|
committer | Marco d'Itri <md@linux.it> | 2013-03-30 02:31:36 +0100 |
commit | bd837394e6557fba50f55a93e7dc5390d2879638 (patch) | |
tree | f8cad4bd0976191cb7603e4a9cd28ca57d6606c5 /po/Makefile | |
parent | 8032d7b7f67fe2d2d64645f45d5cccb6440fc393 (diff) | |
download | whois-bd837394e6557fba50f55a93e7dc5390d2879638.tar.gz |
Imported Debian version 4.7.29v4.7.29
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/po/Makefile b/po/Makefile index b3b89bd..3f924e3 100644 --- a/po/Makefile +++ b/po/Makefile @@ -1,9 +1,12 @@ -INSTALL= /usr/bin/install -c -INSTALLNLSDIR=$(BASEDIR)/usr/share/locale +prefix = /usr + +INSTALL= install + +INSTALLNLSDIR=$(BASEDIR)$(prefix)/share/locale PACKAGE = whois -CATALOGS = cs.mo de.mo el.mo es.mo eu.mo fr.mo it.mo ja.mo no.mo pl.mo pt_BR.mo ru.mo +CATALOGS = cs.mo de.mo el.mo es.mo eu.mo fr.mo it.mo ja.mo no.mo pl.mo pt_BR.mo ru.mo fi.mo POTFILES=../whois.c ../mkpasswd.c |