diff options
author | ache <ache@FreeBSD.org> | 1996-12-07 00:01:26 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-12-07 00:01:26 +0000 |
commit | f883cf208468007caa611c276b80343f2c368df6 (patch) | |
tree | 205c4b833ae5d8bc29be144e02f83840339de85a /news/trn4 | |
parent | ad2ecaaa6ed1679291293ca9aa644a9d26a134c2 (diff) | |
download | FreeBSD-ports-f883cf208468007caa611c276b80343f2c368df6.zip FreeBSD-ports-f883cf208468007caa611c276b80343f2c368df6.tar.gz |
lib/news -> news/lib
Diffstat (limited to 'news/trn4')
-rw-r--r-- | news/trn4/scripts/preconf | 4 |
1 files changed, 2 insertions, 2 deletions
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' |