[Midnightbsd-cvs] mports [22569] trunk/www/squid/Makefile: remove man syntax

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Sep 27 08:21:55 EDT 2017


Revision: 22569
          http://svnweb.midnightbsd.org/mports/?rev=22569
Author:   laffer1
Date:     2017-09-27 08:21:55 -0400 (Wed, 27 Sep 2017)
Log Message:
-----------
remove man syntax

Modified Paths:
--------------
    trunk/www/squid/Makefile

Modified: trunk/www/squid/Makefile
===================================================================
--- trunk/www/squid/Makefile	2017-09-27 12:20:13 UTC (rev 22568)
+++ trunk/www/squid/Makefile	2017-09-27 12:21:55 UTC (rev 22569)
@@ -127,7 +127,6 @@
 SQUID_UID?=	squid
 SQUID_GID?=	squid
 
-MAN8=		cachemgr.cgi.8 squid.8
 docs=		QUICKSTART README RELEASENOTES.html doc/debug-sections.txt
 PORTDOCS=	${docs:T}
 PORTEXAMPLES=	passwd.sql
@@ -216,13 +215,10 @@
 basic_auth=	DB NCSA PAM MSNT SMB
 digest_auth=	password
 external_acl=	ip_user session unix_group wbinfo_group
-MAN8+=		ncsa_auth.8 pam_auth.8 squid_db_auth.8 squid_session.8 \
-		squid_unix_group.8
 .if defined(WITH_SQUID_LDAP_AUTH)
 USE_OPENLDAP=	yes
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-MAN8+=		squid_ldap_auth.8 squid_ldap_group.8
 basic_auth+=	LDAP
 digest_auth+=	ldap
 external_acl+=	ldap_group



More information about the Midnightbsd-cvs mailing list