diff options
Diffstat (limited to 'astro')
-rw-r--r-- | astro/libosmpbf/Makefile | 1 | ||||
-rw-r--r-- | astro/mkgmap/Makefile | 1 | ||||
-rw-r--r-- | astro/osmium/Makefile | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/astro/libosmpbf/Makefile b/astro/libosmpbf/Makefile index 7fd27c44c637..71103abd1769 100644 --- a/astro/libosmpbf/Makefile +++ b/astro/libosmpbf/Makefile @@ -27,7 +27,6 @@ CXXFLAGS+= -I${LOCALBASE}/include PORTDOCS= * OPTIONS_DEFINE= DOCS -OPTIONS_DEFAULT=DOCS post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/astro/mkgmap/Makefile b/astro/mkgmap/Makefile index 758c9a7b96b7..1524ea1b79a0 100644 --- a/astro/mkgmap/Makefile +++ b/astro/mkgmap/Makefile @@ -22,7 +22,6 @@ PORTDOCS= * PORTDATA= * OPTIONS_DEFINE= DOCS -OPTIONS_DEFAULT=DOCS .include <bsd.port.options.mk> diff --git a/astro/osmium/Makefile b/astro/osmium/Makefile index 1d0658898280..aa4fef55d15a 100644 --- a/astro/osmium/Makefile +++ b/astro/osmium/Makefile @@ -32,7 +32,7 @@ CXXFLAGS+= -I${LOCALBASE}/include \ PORTDOCS= * OPTIONS_DEFINE= JAVASCRIPT DOXYGEN DOCS -OPTIONS_DEFAULT=JAVASCRIPT DOCS +OPTIONS_DEFAULT=JAVASCRIPT JAVASCRIPT_DESC=Enable javascript support .include <bsd.port.options.mk> |