FreeBSD Port: misc/mc-light

Alexander Efimov alephis at gmail.com
Thu Aug 16 18:01:01 UTC 2012


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


More information about the freebsd-ports mailing list