aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pgsphere
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2010-03-06 01:23:24 +0800
committeritetcu <itetcu@FreeBSD.org>2010-03-06 01:23:24 +0800
commit070df87b98b6eb98e14bb3f7e22bdf9298681a6e (patch)
tree22958609eae72db33c0be835d65c1a7d4d69cf7d /databases/pgsphere
parent5156831a6ed1e4bc3d07ecd58c1ddbf19ae5fd22 (diff)
downloadfreebsd-ports-gnome-070df87b98b6eb98e14bb3f7e22bdf9298681a6e.tar.gz
freebsd-ports-gnome-070df87b98b6eb98e14bb3f7e22bdf9298681a6e.tar.zst
freebsd-ports-gnome-070df87b98b6eb98e14bb3f7e22bdf9298681a6e.zip
Changes:
- Unbreak make package when NOPORTDOCS was defined - Make portlint happier PR: 144009 Submitted by: Sunpoet Po-Chuan Hsieh (maintainer) Feature safe: yes
Diffstat (limited to 'databases/pgsphere')
-rw-r--r--databases/pgsphere/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/databases/pgsphere/Makefile b/databases/pgsphere/Makefile
index 34fa0264b131..efb8f75157b3 100644
--- a/databases/pgsphere/Makefile
+++ b/databases/pgsphere/Makefile
@@ -27,15 +27,14 @@ MAKE_ARGS+= DOCS=""
.endif
PLIST_FILES= lib/postgresql/pg_sphere.so \
- %%DATADIR%%/contrib/pg_sphere.sql \
- %%DOCSDIR%%/contrib/README.pg_sphere \
- %%DOCSDIR%%/contrib/COPYRIGHT.pg_sphere
+ %%DATADIR%%/contrib/pg_sphere.sql \
+ %%PORTDOCS%%%%DOCSDIR%%/contrib/README.pg_sphere \
+ %%PORTDOCS%%%%DOCSDIR%%/contrib/COPYRIGHT.pg_sphere
-PLIST_DIRS= %%DOCSDIR%%/contrib \
- %%DATADIR%%/contrib
+PLIST_DIRS= %%DATADIR%%/contrib \
+ %%PORTDOCS%%%%DOCSDIR%%/contrib
#regression-test:
# @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_ARGS} installcheck
.include <bsd.port.mk>
-