mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Fix leftover during package building
- Update WWW PR: ports/154757 Submitted by: olli hauer <ohauer@FreeBSD.org>
This commit is contained in:
parent
8bc477d759
commit
a15ce6de64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269102
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= mapserver
|
||||
PORTVERSION= 5.6.6
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics www geography
|
||||
MASTER_SITES= http://download.osgeo.org/mapserver/
|
||||
|
||||
@ -138,7 +138,11 @@ CONFIGURE_ARGS+= --with-curl=${LOCALBASE}
|
||||
|
||||
.if defined(WITH_MAPSERV)
|
||||
USE_APACHE= 13+
|
||||
.include "${PORTSDIR}/Mk/bsd.apache.mk"
|
||||
PLIST_SUB+= WITH_MAPSERV=""
|
||||
.if ${APACHE_VERSION} > 13
|
||||
PLIST_DIRSTRY= www/cgi-bin
|
||||
.endif
|
||||
.else
|
||||
PLIST_SUB+= WITH_MAPSERV="@comment "
|
||||
.endif
|
||||
|
@ -7,4 +7,4 @@ without any programming. For the more ambitious user, MapServer
|
||||
applications can be enhanced using Java, JavaScript or many other web
|
||||
technologies.
|
||||
|
||||
WWW: http://mapserver.gis.umn.edu/
|
||||
WWW: http://mapserver.org/
|
||||
|
Loading…
Reference in New Issue
Block a user