diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-03-15 21:16:59 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-03-15 21:16:59 +0000 |
commit | 6abf3c7172cf24f4e1509816a847a80fa0e653cd (patch) | |
tree | ae0870aa76b98f69c03e08c7f8c18bd841581d99 /news/c-nocem | |
parent | a142cf2faf7e16e71f00d7b9e0e45b9d797e0169 (diff) | |
download | FreeBSD-ports-6abf3c7172cf24f4e1509816a847a80fa0e653cd.zip FreeBSD-ports-6abf3c7172cf24f4e1509816a847a80fa0e653cd.tar.gz |
Add default CNEWSBIN, to ensure package can be made
Diffstat (limited to 'news/c-nocem')
-rw-r--r-- | news/c-nocem/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/news/c-nocem/Makefile b/news/c-nocem/Makefile index 449c831..edcfcb6 100644 --- a/news/c-nocem/Makefile +++ b/news/c-nocem/Makefile @@ -17,6 +17,7 @@ BUILD_DEPENDS= ${WRKDIRPREFIX}${CNEWSSRC}/conf/substitutions:${PORTSDIR}/news/cn WRKSRC= ${WRKDIR}/c-nocem CNEWSSRC?= ${.CURDIR}/../cnews/work +NEWSBIN?= ${PREFIX}/news/cnewsbin USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-cnews=${WRKDIRPREFIX}${CNEWSSRC} |