diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-02 02:28:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-02 02:28:26 +0800 |
commit | 3682f082b654a4c41f115d0e8f2e5a413740b8c5 (patch) | |
tree | ce58e199bf90835e788af4a68c37674b69713be3 /databases/pgsphere | |
parent | 11040f49bbda1835e5943dd931257b2dae21e21b (diff) | |
download | freebsd-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/Makefile | 13 |
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 |