Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Nov 2015 20:02:30 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400713 - head/converters/osm2pgsql
Message-ID:  <201511032002.tA3K2Uhx061010@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511032002.tA3K2Uhx061010>