diff options
Diffstat (limited to 'astro')
-rw-r--r-- | astro/gkrellmoon2/Makefile | 2 | ||||
-rw-r--r-- | astro/gmapcatcher/Makefile | 2 | ||||
-rw-r--r-- | astro/mkgmap-splitter/Makefile | 2 | ||||
-rw-r--r-- | astro/openmap/Makefile | 2 | ||||
-rw-r--r-- | astro/pp3/Makefile | 2 | ||||
-rw-r--r-- | astro/sscalc/Makefile | 2 | ||||
-rw-r--r-- | astro/xmoontool/Makefile | 2 |
7 files changed, 14 insertions, 0 deletions
diff --git a/astro/gkrellmoon2/Makefile b/astro/gkrellmoon2/Makefile index 4bd8803..0e17feb 100644 --- a/astro/gkrellmoon2/Makefile +++ b/astro/gkrellmoon2/Makefile @@ -20,6 +20,8 @@ USE_GNOME= gtk20 ALL_TARGET= gkrellmoon.so +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> do-install: diff --git a/astro/gmapcatcher/Makefile b/astro/gmapcatcher/Makefile index f5573ba..68c3697 100644 --- a/astro/gmapcatcher/Makefile +++ b/astro/gmapcatcher/Makefile @@ -20,6 +20,8 @@ USE_PYDISTUTILS=yes PYDISTUTILS_AUTOPLIST= yes PLIST_SUB= PORTVERSION="${PORTVERSION}" +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-patch: diff --git a/astro/mkgmap-splitter/Makefile b/astro/mkgmap-splitter/Makefile index bd0637c..c8ada2ec 100644 --- a/astro/mkgmap-splitter/Makefile +++ b/astro/mkgmap-splitter/Makefile @@ -24,6 +24,8 @@ PORTDATA= * DATADIR= ${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME} +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> do-install: diff --git a/astro/openmap/Makefile b/astro/openmap/Makefile index bd67ecd..670d74a 100644 --- a/astro/openmap/Makefile +++ b/astro/openmap/Makefile @@ -22,6 +22,8 @@ MAKE_ARGS+= -Dopenmap.home=${WRKSRC} \ SUB_FILES= openmap.sh +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> do-configure: diff --git a/astro/pp3/Makefile b/astro/pp3/Makefile index 7950dce..707eef6 100644 --- a/astro/pp3/Makefile +++ b/astro/pp3/Makefile @@ -13,6 +13,8 @@ COMMENT= Creates celestial charts USE_BZIP2= yes USE_TEX= latex +OPTIONS_DEFINE= DOCS EXAMPLES + .include <bsd.port.options.mk> do-build: diff --git a/astro/sscalc/Makefile b/astro/sscalc/Makefile index 5607e7b..5c0b80f 100644 --- a/astro/sscalc/Makefile +++ b/astro/sscalc/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= http://www.icehouse.net/kew/ MAINTAINER= ports@FreeBSD.org COMMENT= Sunrise and sunset time calculator +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> pre-fetch: diff --git a/astro/xmoontool/Makefile b/astro/xmoontool/Makefile index 9e0212a..f9e6e2e 100644 --- a/astro/xmoontool/Makefile +++ b/astro/xmoontool/Makefile @@ -23,6 +23,8 @@ MAKE_ENV+= WITHOUT_LIBNOVA=yes LIB_DEPENDS+= libnova.so:${PORTSDIR}/astro/libnova .endif +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> pre-everything:: |