mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
b53fd2df7b
- Use native make instead of gmake - Support WITHOUT_NLS knob PR: ports/65683 Submitted by: Toni Viemero <toni.viemero@iki.fi> This patch by: Filippo Natali <filippo.natali@widestore.net> (maintainer)
31 lines
541 B
Plaintext
31 lines
541 B
Plaintext
*** work/whois-4.6.13/po/Makefile Thu Apr 15 15:58:17 2004
|
|
--- po/Makefile Thu Apr 15 15:58:47 2004
|
|
***************
|
|
*** 7,12 ****
|
|
--- 7,14 ----
|
|
|
|
POTFILES=../whois.c ../mkpasswd.c
|
|
|
|
+ .SUFFIXES: .po .mo
|
|
+
|
|
all: $(PACKAGE).pot $(CATALOGS)
|
|
|
|
$(PACKAGE).pot: $(POTFILES)
|
|
***************
|
|
*** 31,37 ****
|
|
fi; \
|
|
done
|
|
|
|
! %.mo: %.po
|
|
msgfmt --statistics --check --verbose --output-file=$@ $<
|
|
|
|
clean:
|
|
--- 33,39 ----
|
|
fi; \
|
|
done
|
|
|
|
! .po.mo:
|
|
msgfmt --statistics --check --verbose --output-file=$@ $<
|
|
|
|
clean:
|