Hi ports@, The Porting Guide has a blurb about a file called `scripts/configure` that was removed back in 2006, from what I can tell: http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/infrastructure/mk/bsd.port.mk.diff?r1=1.792&r2=1.793
All uses of that file in existing ports were cleaned up by espie@ on 2006-11-02. Is it Ok to remove the reference from the docs? Index: faq/ports/guide.html =================================================================== RCS file: /cvs/www/faq/ports/guide.html,v retrieving revision 1.56 diff -u -p -r1.56 guide.html --- faq/ports/guide.html 25 Apr 2016 19:07:38 -0000 1.56 +++ faq/ports/guide.html 22 Jun 2016 18:44:12 -0000 @@ -344,12 +344,6 @@ Add configuration options to <tt>Makefil script. <ul><li> -You can add a port configuration script named configure to a directory named -<tt>scripts/</tt>. -This will be run before any configuration specified by <tt>CONFIGURE_STYLE</tt> -is run. - -<li> If GNU configure is used, you may want to run <tt>./configure --help</tt> to see what options are available.
