summaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-12-07 00:01:26 +0000
committerache <ache@FreeBSD.org>1996-12-07 00:01:26 +0000
commitf883cf208468007caa611c276b80343f2c368df6 (patch)
tree205c4b833ae5d8bc29be144e02f83840339de85a /news
parentad2ecaaa6ed1679291293ca9aa644a9d26a134c2 (diff)
downloadFreeBSD-ports-f883cf208468007caa611c276b80343f2c368df6.zip
FreeBSD-ports-f883cf208468007caa611c276b80343f2c368df6.tar.gz
lib/news -> news/lib
Diffstat (limited to 'news')
-rw-r--r--news/nn/Makefile8
-rw-r--r--news/nn/files/patch-ab6
-rw-r--r--news/nn/pkg-plist2
-rw-r--r--news/trn4/scripts/preconf4
4 files changed, 10 insertions, 10 deletions
diff --git a/news/nn/Makefile b/news/nn/Makefile
index 6663577..5e94387 100644
--- a/news/nn/Makefile
+++ b/news/nn/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 September 1994
# Whom: adam
#
-# $Id: Makefile,v 1.9 1996/11/18 11:37:47 asami Exp $
+# $Id: Makefile,v 1.10 1996/11/18 14:10:33 asami Exp $
#
DISTNAME= nn-6.5.0.b3
@@ -23,10 +23,10 @@ pre-build:
@cp ${.CURDIR}/files/s-freebsd.h ${WRKSRC}/conf
pre-install:
- [ -r /usr/local/lib/news/inews ] || ( cd ${WRKSRC}/inews; ${MAKE} all )
- [ -r /usr/local/lib/news/inews ] || ( cd ${WRKSRC}/inews; ${MAKE} install )
+ [ -r /usr/local/news/lib/inews ] || ( cd ${WRKSRC}/inews; ${MAKE} all )
+ [ -r /usr/local/news/lib/inews ] || ( cd ${WRKSRC}/inews; ${MAKE} install )
post-install:
- @echo Put your NNTP host into ${PREFIX}/lib/news/nntp_server file
+ @echo Put your NNTP host into ${PREFIX}/etc/nntpserver file
.include <bsd.port.mk>
diff --git a/news/nn/files/patch-ab b/news/nn/files/patch-ab
index 1845ea0..5484539 100644
--- a/news/nn/files/patch-ab
+++ b/news/nn/files/patch-ab
@@ -47,7 +47,7 @@
* NOTE: If you plan to use the included inews, it MUST be a full pathname
*/
-! #define NNTP_SERVER "/usr/local/lib/news/nntp_server"
+! #define NNTP_SERVER "/usr/local/etc/nntpserver"
/*
* Define NNTP_POST if you want nn to reject attempts to post via
@@ -138,9 +138,9 @@
*/
! #define NEWS_DIRECTORY "/var/news"
-! #define NEWS_LIB_DIRECTORY "/usr/local/lib/news"
+! #define NEWS_LIB_DIRECTORY "/usr/local/news/lib"
-! /* #define INEWS_PATH "/usr/local/lib/news/inews" */
+! /* #define INEWS_PATH "/usr/local/news/lib/inews" */
/*
diff --git a/news/nn/pkg-plist b/news/nn/pkg-plist
index 4c0bc90..dc7ab91 100644
--- a/news/nn/pkg-plist
+++ b/news/nn/pkg-plist
@@ -1,5 +1,5 @@
lib/nn
-lib/news/inews
+news/lib/inews
bin/nn
bin/nnusage
bin/nngrab
diff --git a/news/trn4/scripts/preconf b/news/trn4/scripts/preconf
index 0f8f001..ec3d3e2 100644
--- a/news/trn4/scripts/preconf
+++ b/news/trn4/scripts/preconf
@@ -1,7 +1,7 @@
#!/bin/sh -
#
# pre-configure script for Trn port to FreeBSD 2.0
-# $Id: preconf,v 1.1.1.1 1994/10/22 09:28:31 smace Exp $
+# $Id: preconf,v 1.2 1995/05/06 11:51:57 ache Exp $
PortsDir=$1
CurDir=$2
@@ -228,7 +228,7 @@ d_berknames='define'
d_passnames='define'
d_usgnames='undef'
nametype='bsd'
-inewsloc='/usr/local/lib/news/inews'
+inewsloc='/usr/local/news/lib/inews'
newslib='/tmp'
newslibexp='/tmp'
newsspool='/tmp'
OpenPOWER on IntegriCloud