diff options
| author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-06-30 11:39:47 +0000 |
|---|---|---|
| committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-06-30 11:39:47 +0000 |
| commit | fd545c8de8f3cf69e3e997823143b2b0be692a4a (patch) | |
| tree | f3268726301e300610bb4b103cb33a9337df6d7c /databases/pgsphere | |
| parent | - Update to 0.90 (diff) | |
- Fix deinstallation when NOPORTDOCS is set.
PR: ports/148135
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=257201
Diffstat (limited to 'databases/pgsphere')
| -rw-r--r-- | databases/pgsphere/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/databases/pgsphere/Makefile b/databases/pgsphere/Makefile index efb8f75157b3..5e8e9cad90e7 100644 --- a/databases/pgsphere/Makefile +++ b/databases/pgsphere/Makefile @@ -27,12 +27,14 @@ MAKE_ARGS+= DOCS="" .endif PLIST_FILES= lib/postgresql/pg_sphere.so \ - %%DATADIR%%/contrib/pg_sphere.sql \ - %%PORTDOCS%%%%DOCSDIR%%/contrib/README.pg_sphere \ - %%PORTDOCS%%%%DOCSDIR%%/contrib/COPYRIGHT.pg_sphere + %%DATADIR%%/contrib/pg_sphere.sql +PLIST_DIRS= %%DATADIR%%/contrib -PLIST_DIRS= %%DATADIR%%/contrib \ - %%PORTDOCS%%%%DOCSDIR%%/contrib +.if !defined(NOPORTDOCS) +PLIST_FILES+= %%DOCSDIR%%/contrib/README.pg_sphere \ + %%DOCSDIR%%/contrib/COPYRIGHT.pg_sphere +PLIST_DIRS+= %%DOCSDIR%%/contrib +.endif #regression-test: # @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_ARGS} installcheck |
