diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-01 11:06:43 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-01 11:06:43 +0000 |
commit | 4f1d673aed797f434d26381f8e004451702c26a2 (patch) | |
tree | e5bcc99279902538a3a84e39bd6da1c64e84034c /news | |
parent | ae585828502256ca73901bcf3dc4057780e1169e (diff) | |
download | ports-4f1d673aed797f434d26381f8e004451702c26a2.tar.gz ports-4f1d673aed797f434d26381f8e004451702c26a2.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/c-nocem/Makefile | 2 | ||||
-rw-r--r-- | news/cnews/Makefile | 2 | ||||
-rw-r--r-- | news/nntp/Makefile | 2 | ||||
-rw-r--r-- | news/suck-cnews/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/news/c-nocem/Makefile b/news/c-nocem/Makefile index cb4800ae765a..6dd78c9ade8a 100644 --- a/news/c-nocem/Makefile +++ b/news/c-nocem/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libcnews.a:${PORTSDIR}/news/cnews \ WRKSRC= ${WRKDIR}/c-nocem CNEWSSRC?= ${.CURDIR}/../cnews/work -NEWSBIN?= ${PREFIX}/news/cnewsbin +NEWSBIN?= ${PREFIX}/libexec/cnews USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-cnews=${WRKDIRPREFIX}${CNEWSSRC} diff --git a/news/cnews/Makefile b/news/cnews/Makefile index 3f970e59bb6a..f55807437a59 100644 --- a/news/cnews/Makefile +++ b/news/cnews/Makefile @@ -54,7 +54,7 @@ MODIFY= conf/quiz.def \ conf/substitutions \ include/config.make -NEWSBIN?= ${PREFIX}/news/cnewsbin +NEWSBIN?= ${PREFIX}/libexec/cnews NEWSCTL?= ${PREFIX}/news/lib NEWSARTS?= /var/news NEWSOV?= /var/news/over.view diff --git a/news/nntp/Makefile b/news/nntp/Makefile index 90c4839c9dbe..e214d7e540d3 100644 --- a/news/nntp/Makefile +++ b/news/nntp/Makefile @@ -30,7 +30,7 @@ MODIFY= conf.h Makefile DOCSFILES1= AUTHORIZE CHANGES README README-conf.h SYSLOG doc/rfc977 DOCSFILES2= server support xfer xmit -NEWSBIN?= ${PREFIX}/news/cnewsbin +NEWSBIN?= ${PREFIX}/libexec/cnews NEWSCTL?= ${PREFIX}/news/lib NEWSARTS?= /var/news NEWSOV?= /var/news/over.view diff --git a/news/suck-cnews/Makefile b/news/suck-cnews/Makefile index a5733619604d..1495faa38573 100644 --- a/news/suck-cnews/Makefile +++ b/news/suck-cnews/Makefile @@ -7,7 +7,7 @@ MASTERDIR= ${.CURDIR}/../suck -NEWSBIN?= ${PREFIX}/news/cnewsbin +NEWSBIN?= ${PREFIX}/libexec/cnews NEWSCTL?= ${PREFIX}/news/lib .include "${MASTERDIR}/Makefile" |