aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pgsphere
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-03-02 02:28:26 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-03-02 02:28:26 +0800
commit3682f082b654a4c41f115d0e8f2e5a413740b8c5 (patch)
treece58e199bf90835e788af4a68c37674b69713be3 /databases/pgsphere
parent11040f49bbda1835e5943dd931257b2dae21e21b (diff)
downloadfreebsd-ports-gnome-3682f082b654a4c41f115d0e8f2e5a413740b8c5.tar.gz
freebsd-ports-gnome-3682f082b654a4c41f115d0e8f2e5a413740b8c5.tar.zst
freebsd-ports-gnome-3682f082b654a4c41f115d0e8f2e5a413740b8c5.zip
- Convert to new options helper
Diffstat (limited to 'databases/pgsphere')
-rw-r--r--databases/pgsphere/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/databases/pgsphere/Makefile b/databases/pgsphere/Makefile
index eb467428c4ce..80c4b9f88e18 100644
--- a/databases/pgsphere/Makefile
+++ b/databases/pgsphere/Makefile
@@ -26,15 +26,10 @@ PLIST_FILES= lib/postgresql/pg_sphere.so \
%%DATADIR%%/contrib/pg_sphere.sql
PLIST_DIRSTRY= %%DATADIR%%/contrib
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS}
-PLIST_FILES+= %%DOCSDIR%%/contrib/README.pg_sphere \
- %%DOCSDIR%%/contrib/COPYRIGHT.pg_sphere
-PLIST_DIRS+= %%DOCSDIR%%/contrib
-.else
-MAKE_ARGS+= DOCS=""
-.endif
+DOCS_MAKE_ARGS_OFF= DOCS=""
+DOCS_PLIST_DIRS= %%DOCSDIR%%/contrib
+DOCS_PLIST_FILES= %%DOCSDIR%%/contrib/README.pg_sphere \
+ %%DOCSDIR%%/contrib/COPYRIGHT.pg_sphere
regression-test test: build
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} installcheck