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 /news/c-nocem/Makefile | |
parent | 1fbc08f9b50bfb240a9c128faed1997ec8de82f6 (diff) | |
download | FreeBSD-ports-0a27f6ef470aa13b4a9ba29994fca80b092b77c8.zip FreeBSD-ports-0a27f6ef470aa13b4a9ba29994fca80b092b77c8.tar.gz |
change binary installation path for cnews
Diffstat (limited to 'news/c-nocem/Makefile')
-rw-r--r-- | news/c-nocem/Makefile | 2 |
1 files changed, 1 insertions, 1 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} |