svn commit: r437858 - head/converters/osm2mp

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Apr 6 09:02:12 UTC 2017


Author: amdmi3
Date: Thu Apr  6 09:02:10 2017
New Revision: 437858
URL: https://svnweb.freebsd.org/changeset/ports/437858

Log:
  - Update WWW

Modified:
  head/converters/osm2mp/Makefile
  head/converters/osm2mp/pkg-descr

Modified: head/converters/osm2mp/Makefile
==============================================================================
--- head/converters/osm2mp/Makefile	Thu Apr  6 08:56:22 2017	(r437857)
+++ head/converters/osm2mp/Makefile	Thu Apr  6 09:02:10 2017	(r437858)
@@ -37,7 +37,7 @@ post-patch:
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/osm2mp.pl ${STAGEDIR}${PREFIX}/bin/osm2mp
-	${MKDIR} ${STAGEDIR}${DATADIR}
+	@${MKDIR} ${STAGEDIR}${DATADIR}
 	cd ${WRKSRC} && ${COPYTREE_SHARE} '*.cmap *.yml *.txt *.typ polish-mp' ${STAGEDIR}${DATADIR}/
 
 .include <bsd.port.mk>

Modified: head/converters/osm2mp/pkg-descr
==============================================================================
--- head/converters/osm2mp/pkg-descr	Thu Apr  6 08:56:22 2017	(r437857)
+++ head/converters/osm2mp/pkg-descr	Thu Apr  6 09:02:10 2017	(r437858)
@@ -1,3 +1,3 @@
 OpenStreetMap data into Polish map format (MP) convertor
 
-WWW: http://code.google.com/p/osm2mp/
+WWW: https://code.google.com/archive/p/osm2mp/


More information about the svn-ports-head mailing list