aboutsummaryrefslogtreecommitdiff
path: root/news/c-nocem
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-09-21 11:06:03 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-09-21 11:06:03 +0000
commit1e3119b07ebe66367ead55242a47710e556bf383 (patch)
tree2051ba0023bbf060fa37051dc7fc6990710a53b1 /news/c-nocem
parent0dea0192303406b3b949a31479a4264b58bafce6 (diff)
downloadports-1e3119b07ebe66367ead55242a47710e556bf383.tar.gz
ports-1e3119b07ebe66367ead55242a47710e556bf383.zip
- fix misplaced NO_STAGE in slaveports and ifdefs
Notes
Notes: svn path=/head/; revision=327804
Diffstat (limited to 'news/c-nocem')
-rw-r--r--news/c-nocem/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/news/c-nocem/Makefile b/news/c-nocem/Makefile
index 2901600d5ae4..27a7d5f3fffc 100644
--- a/news/c-nocem/Makefile
+++ b/news/c-nocem/Makefile
@@ -15,6 +15,8 @@ BUILD_DEPENDS= ${CNEWSWRK}/conf/substitutions:${PORTSDIR}/${CNEWS_PORT}:configur
BUILD_DEPENDS+= ${LOCALBASE}/lib/libcnews.a:${PORTSDIR}/${CNEWS_PORT} \
gpgv:${PORTSDIR}/security/gnupg1
+NO_STAGE= yes
+
WRKSRC= ${WRKDIR}/c-nocem
CNEWS_PORT?= news/cnews
#CNEWSWRK?= ${WRKDIRPREFIX}${PORTSDIR}/${CNEWS_PORT}/work
@@ -27,5 +29,4 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-cnews=${CNEWSWRK}
PLIST_SUB+= NEWSBIN=${NEWSBIN:S=${PREFIX}/==}
-NO_STAGE= yes
.include <bsd.port.mk>