* Couldn't post news article.
* INSTALL time message was invalid (path of "default-domain"). Submitted by: Maintainer in [ports-jp 9262]
This commit is contained in:
parent
a45df0084a
commit
b4ad86ecc6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28269
2 changed files with 2 additions and 4 deletions
|
@ -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 =
|
||||
|
|
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue