[Midnightbsd-cvs] mports [18363] trunk/www/apache22/Makefile: fix libtool include

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Mar 27 12:22:22 EDT 2015


Revision: 18363
          http://svnweb.midnightbsd.org/mports/?rev=18363
Author:   laffer1
Date:     2015-03-27 12:22:21 -0400 (Fri, 27 Mar 2015)
Log Message:
-----------
fix libtool include

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

Modified: trunk/www/apache22/Makefile
===================================================================
--- trunk/www/apache22/Makefile	2015-03-27 16:19:47 UTC (rev 18362)
+++ trunk/www/apache22/Makefile	2015-03-27 16:22:21 UTC (rev 18363)
@@ -12,7 +12,7 @@
 DIST_SUBDIR=	apache22
 
 MAINTAINER?=	ports at MidnightBSD.org
-COMMENT?=	Version 2.2 of Apache web server with ${WITH_MPM:L} MPM.
+COMMENT?=	Version 2.2.x of Apache web server with ${WITH_MPM:L} MPM.
 
 LICENSE=	apache2
 
@@ -28,12 +28,17 @@
 		apache-*-2.4.* apache24-*-2.4.*
 
 USE_APACHE=	common22
-USES=		iconv tar:bzip2
-USE_AUTOTOOLS=	autoconf libtool
+USES=		iconv tar:bzip2 libtool cpe
+USE_AUTOTOOLS=	autoconf
 USE_PERL5=	yes
 USE_RC_SUBR=	apache22 htcacheclean
 LIBTOOLFILES=	configure.in
 
+CPE_VENDOR=	apache
+CPE_PRODUCT=	http_server
+
+PORTDOCS=	*
+
 USERS=		www
 GROUPS=		www
 



More information about the Midnightbsd-cvs mailing list