1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/net/whois/files/patch-ac
Pav Lucistnik b53fd2df7b - Update to 4.6.14
- 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)
2004-04-19 11:17:36 +00:00

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: