7e92a1d951
Also fixes to pkg-plist to 1) forget to chmod/chown db directory for package and 2) shut-up error message to remove ${PREFIX}/share/locale/rw (that is not listed in BSD.local.dist, and other applications such as bison may be used this directory.) jwhois.conf is also updated to the latest revision (1.137) from jwhois CVS repository. Pressure for update from: nork
10 lines
383 B
Text
10 lines
383 B
Text
--- src/Makefile.in.dist 2007-07-01 17:56:14.000000000 +0900
|
|
+++ src/Makefile.in 2008-05-26 13:46:50.000000000 +0900
|
|
@@ -231,6 +231,7 @@
|
|
-DLOCALEDIR="\"$(localedir)\""
|
|
|
|
jwhois_LDADD = $(top_srcdir)/gl/libgnu.a
|
|
+jwhois_LDFLAGS = $(LDFLAGS) $(LTLIBINTL)
|
|
AM_CFLAGS = $(jwhois_CFLAGS)
|
|
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl -I$(top_srcdir)/gl
|
|
all: all-am
|