Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Aug 2012 01:00:20 +0700
From:      Alexander Efimov <alephis@gmail.com>
To:        ports@freebsd.org
Subject:   FreeBSD Port: misc/mc-light
Message-ID:  <CAAx9o2EkuzatanaxWyPE7UAAga9V_j2Xh9LdPfgYQKiHbU_gXQ@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi

found this typo in Makefile, while trying to make mc-light with working
subshell:

in current Makefile we have this if subshell defined we make mc without
subshell actually

.if ${PORT_OPTIONS:MSUBSHELL}
CONFIGURE_ARGS+=--without-subshell
.endif

as it was in older makefile

.if !defined(WITH_SUBSHELL)
CONFIGURE_ARGS+=--without-subshell
.endif


best regards



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAAx9o2EkuzatanaxWyPE7UAAga9V_j2Xh9LdPfgYQKiHbU_gXQ>