CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/11/13 15:24:51
Modified files:
devel/fpm : Makefile
games/jumpnbump: Makefile
games/zelda3 : Makefile
games/zelda3-sprites: Makefile
lang/go : Makefile
lang/zig : Makefile
misc/osinfo/osinfo-db: Makefile
misc/rocrail : Makefile
sysutils/checkrestart: Makefile
Log message:
remove useless CONFIGURE_STYLE=none
If a port should not attempt to run a configure script, simply don't
set CONFIGURE_STYLE at all.
The perl and pyton modules use CONFIGURE_STYLE=none for their own
purposes. Also, some ports use it to disable a default provided
by Makefile.inc. Apart from that, CONFIGURE_STYLE=none has no meaning.
ok semarie@ ajacoutot@ kn@ sthen@