[mapserver-commits] r13244 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Wed Mar 14 06:18:24 EDT 2012


Author: tbonfort
Date: 2012-03-14 03:18:24 -0700 (Wed, 14 Mar 2012)
New Revision: 13244

Modified:
   trunk/mapserver/Makefile.in
Log:
add standalone install-cgibin target


Modified: trunk/mapserver/Makefile.in
===================================================================
--- trunk/mapserver/Makefile.in	2012-03-13 22:29:04 UTC (rev 13243)
+++ trunk/mapserver/Makefile.in	2012-03-14 10:18:24 UTC (rev 13244)
@@ -460,11 +460,12 @@
 
 install: install-lib install-bin install-cgibin @MAKE_PHP_MAPSCRIPT_INSTALL@ @MAKE_PYTHON_MAPSCRIPT_INSTALL@
 
-install-cgibin: install-lib install-bin
+install-cgibin: install-lib mapserv
+	$(LTINSTALL) $(INSTALL) mapserv $(DESTDIR)$(bindir)/mapserv
 	@echo ""
 	@echo "***** MapServer CGI / FastCGI Installation *****"
-	@echo "To install MapServer, copy the \"$(bindir)/mapserv\" file to your web server's cgi-bin "
-	@echo "directory."
+	@echo "To install MapServer, copy or symlink the \"$(bindir)/mapserv\" file"
+	@echo "to your web server's cgi-bin directory."
 	@echo "If you use MapScript then see the documentation for your specific MapScript"
 	@echo "version for installation instructions."
 	@echo ""



More information about the mapserver-commits mailing list