diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-11-04 04:02:30 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-11-04 04:02:30 +0800 |
commit | c7f3c9f0b60afad74509506a845f821eaf530831 (patch) | |
tree | 50e7471dddd7cd0b029e002c8999e2f9d795337c /converters | |
parent | f4ba9b607c8deacf71e779e162065ab8ede5c2ca (diff) | |
download | freebsd-ports-graphics-c7f3c9f0b60afad74509506a845f821eaf530831.tar.gz freebsd-ports-graphics-c7f3c9f0b60afad74509506a845f821eaf530831.tar.zst freebsd-ports-graphics-c7f3c9f0b60afad74509506a845f821eaf530831.zip |
- Switch to options helpers
Diffstat (limited to 'converters')
-rw-r--r-- | converters/osm2pgsql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/osm2pgsql/Makefile b/converters/osm2pgsql/Makefile index 10a25c1aeda..0a7a52bf290 100644 --- a/converters/osm2pgsql/Makefile +++ b/converters/osm2pgsql/Makefile @@ -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}/ |