Move NO_STAGE so it is out of a conditional.

Approved by:	portmgr (not really, but the port is still unstaged)
This commit is contained in:
Adam Weinberger 2014-07-21 17:43:31 +00:00
parent 4936aff179
commit de0fa3d524

View file

@ -32,9 +32,10 @@ PLIST_SUB+= LIBXM=""
PLIST_SUB+= LIBXM="@comment "
.endif
NO_STAGE= yes
.ifndef (WITHOUT_X11)
PLIST_SUB+= X11=""
NO_STAGE= yes
do-build:
${SED} -e 's,%%PREFIX%%,${PREFIX},g' \
${FILESDIR}/dptmgr.sh.in > ${WRKDIR}/dptmgr.sh