aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/mnews
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/mnews')
-rw-r--r--japanese/mnews/files/Makefile.in4
-rw-r--r--japanese/mnews/pkg-install2
2 files changed, 2 insertions, 4 deletions
diff --git a/japanese/mnews/files/Makefile.in b/japanese/mnews/files/Makefile.in
index 885abd80ef29..89a6045c998e 100644
--- a/japanese/mnews/files/Makefile.in
+++ b/japanese/mnews/files/Makefile.in
@@ -24,8 +24,6 @@ BIN_DIR = @PREFIX@/bin
LIB_DIR = @PREFIX@/etc
MAN_DIR = @PREFIX@/man/ja
STRIP = strip
-# STRIP = echo
-LOCAL_POST = @GNSPOOL@ | @IMPUT@
VERSION = 1.22
.ifdef (USE_INET6)
@@ -35,7 +33,7 @@ NET_OPT = -DNNTP -DNSPL -DSMTP -DMTAP -DPOP3 -DMSPL
.endif
CONS_OPT = -DNEWSPOST -DMAILSEND -DJNAMES -DMH -DUCBMAIL -DRMAIL -DMIME -DPAGER -DFCC
CONF_OPT = -DCTRL_L -DCOMPLETION -DREF_SORT -DLARGE -DDISPLAY_CTRL -DXOVER
-.if ${LOCAL_POST}
+.if @GNSPOOL@ | @IMPUT@
CONF_OPT += -DLOCAL_POST
.endif
MOD_OPT =
diff --git a/japanese/mnews/pkg-install b/japanese/mnews/pkg-install
index 7e355d5b0f6b..d130e11713e4 100644
--- a/japanese/mnews/pkg-install
+++ b/japanese/mnews/pkg-install
@@ -1,4 +1,4 @@
#!/bin/sh
if [ "$2" != "POST-INSTALL" ]; then exit 0; fi
-echo "Don't forget to edit /usr/local/lib/mnews/default-domain and make sure"
+echo "Don't forget to edit /usr/local/etc/mnews/default-domain and make sure"
echo "that it contains correct domain name for this host."