svn commit: r400713 - head/converters/osm2pgsql

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Nov 3 20:02:31 UTC 2015


Author: amdmi3
Date: Tue Nov  3 20:02:30 2015
New Revision: 400713
URL: https://svnweb.freebsd.org/changeset/ports/400713

Log:
  - Switch to options helpers

Modified:
  head/converters/osm2pgsql/Makefile

Modified: head/converters/osm2pgsql/Makefile
==============================================================================
--- head/converters/osm2pgsql/Makefile	Tue Nov  3 19:49:40 2015	(r400712)
+++ head/converters/osm2pgsql/Makefile	Tue Nov  3 20:02:30 2015	(r400713)
@@ -43,7 +43,7 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|AC_MSG_WARN|AC_MSG_ERROR|' ${WRKSRC}/configure.ac
 	@${REINPLACE_CMD} -e 's|-lstdc++||' ${WRKSRC}/Makefile.am
 
-post-install:
+post-install-DOCS-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for f in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/


More information about the svn-ports-all mailing list