aboutsummaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
Diffstat (limited to 'news')
-rw-r--r--news/c-nocem/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/news/c-nocem/Makefile b/news/c-nocem/Makefile
index a937e50cc2f8..8b75e675fb12 100644
--- a/news/c-nocem/Makefile
+++ b/news/c-nocem/Makefile
@@ -12,12 +12,13 @@ MASTER_SITES= http://sites.inka.de/~bigred/sw/ \
MAINTAINER= dirk.meyer@dinoex.sub.org
-BUILD_DEPENDS= ${WRKDIRPREFIX}${PORTSDIR}/news/cnews/work/conf/substitutions:${PORTSDIR}/news/cnews:configure \
+BUILD_DEPENDS= ${WRKDIRPREFIX}${CNEWSSRC}/conf/substitutions:${PORTSDIR}/news/cnews:configure \
gpg:${PORTSDIR}/security/gnupg
WRKSRC= ${WRKDIR}/c-nocem
+CNEWSSRC?= ${.CURDIR}/../cnews/work
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-cnews=${WRKDIRPREFIX}/${PORTSDIR}/news/cnews/work
+CONFIGURE_ARGS+= --with-cnews=${WRKDIRPREFIX}${CNEWSSRC}
.include <bsd.port.mk>