summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2010-03-05 17:23:24 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2010-03-05 17:23:24 +0000
commite6c5725ce7a4e3749b0e27fbe5d6be74d09c7267 (patch)
tree057f1613c85f4efbc9e795921b9ef36cdee35ff9 /databases
parent- Unbreak on 9-CURRENT and 8-STABLE after scandir interface changes (diff)
Changes:
- Unbreak make package when NOPORTDOCS was defined - Make portlint happier PR: 144009 Submitted by: Sunpoet Po-Chuan Hsieh (maintainer) Feature safe: yes
Notes
Notes: svn path=/head/; revision=250600
Diffstat (limited to 'databases')
-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>
-