mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04: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
2 changed files with 6 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= mapserver
|
PORTNAME= mapserver
|
||||||
PORTVERSION= 5.6.6
|
PORTVERSION= 5.6.6
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= graphics www geography
|
CATEGORIES= graphics www geography
|
||||||
MASTER_SITES= http://download.osgeo.org/mapserver/
|
MASTER_SITES= http://download.osgeo.org/mapserver/
|
||||||
|
|
||||||
|
@ -138,7 +138,11 @@ CONFIGURE_ARGS+= --with-curl=${LOCALBASE}
|
||||||
|
|
||||||
.if defined(WITH_MAPSERV)
|
.if defined(WITH_MAPSERV)
|
||||||
USE_APACHE= 13+
|
USE_APACHE= 13+
|
||||||
|
.include "${PORTSDIR}/Mk/bsd.apache.mk"
|
||||||
PLIST_SUB+= WITH_MAPSERV=""
|
PLIST_SUB+= WITH_MAPSERV=""
|
||||||
|
.if ${APACHE_VERSION} > 13
|
||||||
|
PLIST_DIRSTRY= www/cgi-bin
|
||||||
|
.endif
|
||||||
.else
|
.else
|
||||||
PLIST_SUB+= WITH_MAPSERV="@comment "
|
PLIST_SUB+= WITH_MAPSERV="@comment "
|
||||||
.endif
|
.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
|
applications can be enhanced using Java, JavaScript or many other web
|
||||||
technologies.
|
technologies.
|
||||||
|
|
||||||
WWW: http://mapserver.gis.umn.edu/
|
WWW: http://mapserver.org/
|
||||||
|
|
Loading…
Add table
Reference in a new issue