diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-09-01 11:06:43 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-09-01 11:06:43 +0000 |
commit | 0a27f6ef470aa13b4a9ba29994fca80b092b77c8 (patch) | |
tree | 58aa2493d0af967feb33754a4c2ec1563c717b65 | |
parent | 1fbc08f9b50bfb240a9c128faed1997ec8de82f6 (diff) | |
download | FreeBSD-ports-0a27f6ef470aa13b4a9ba29994fca80b092b77c8.zip FreeBSD-ports-0a27f6ef470aa13b4a9ba29994fca80b092b77c8.tar.gz |
change binary installation path for cnews
-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 cb4800a..6dd78c9 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 3f970e5..f558074 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 90c4839..e214d7e 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 a573361..1495faa 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" |