ports/61030: typo in ports/www/apache21/Makefile.modules
Scott Michel
scottm at cs.ucla.edu
Wed Jan 7 19:20:22 UTC 2004
>Number: 61030
>Category: ports
>Synopsis: typo in ports/www/apache21/Makefile.modules
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed Jan 07 11:20:19 PST 2004
>Closed-Date:
>Last-Modified:
>Originator: Scott Michel
>Release: 4.9
>Organization:
UCLA Computer Science
>Environment:
FreeBSD mordred.cs.ucla.edu 4.9-STABLE FreeBSD 4.9-STABLE #23: Fri Nov 21 11:12:28 PST 2003 scottm at mordred.cs.ucla.edu:/usr/src/sys/compile/MORDRED i386
>Description:
Minor typo: AUTH_MODULE should be AUTH_MODULES in ports/www/apache21/Makefile.modules.
>How-To-Repeat:
>Fix:
--- /tmp/Makefile.modules.bak Wed Jan 7 11:15:22 2004
+++ Makefile.modules Wed Jan 7 11:15:32 2004
@@ -138,7 +138,7 @@
. if defined(WITH_CUSTOM_AUTH)
_APACHE_MODULES+= ${WITH_CUSTOM_AUTH}
. elif !defined(WITHOUT_AUTH)
-_APACHE_MODULES+= ${AUTH_MODULE}
+_APACHE_MODULES+= ${AUTH_MODULES}
. endif
. if defined(WITH_CUSTOM_PROXY)
_APACHE_MODULES+= ${WITH_CUSTOM_PROXY}
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list