diff options
-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" |