diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-11-08 18:34:31 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-11-08 18:34:31 +0000 |
commit | 3798c95dff03dcc1ef2ac368ba6b50bc8bc07071 (patch) | |
tree | 8ffe2b5915fda490588d4b1bbc9c22acc41adf02 | |
parent | 33fb23a87f676e439eb4de68b0585655c266a326 (diff) | |
download | ports-3798c95dff03dcc1ef2ac368ba6b50bc8bc07071.tar.gz ports-3798c95dff03dcc1ef2ac368ba6b50bc8bc07071.zip |
Notes
-rw-r--r-- | databases/pgsphere/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/pgsphere/Makefile b/databases/pgsphere/Makefile index 189efe795b62..cc6378e32d7d 100644 --- a/databases/pgsphere/Makefile +++ b/databases/pgsphere/Makefile @@ -7,7 +7,7 @@ PORTNAME= pgsphere PORTVERSION= 1.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases geography MASTER_SITES= http://pgfoundry.org/frs/download.php/2558/ \ LOCAL/sunpoet @@ -29,7 +29,7 @@ MAKE_ARGS+= DOCS="" PLIST_FILES= lib/postgresql/pg_sphere.so \ %%DATADIR%%/contrib/pg_sphere.sql -PLIST_DIRS= %%DATADIR%%/contrib +PLIST_DIRSTRY= %%DATADIR%%/contrib .if !defined(NOPORTDOCS) PLIST_FILES+= %%DOCSDIR%%/contrib/README.pg_sphere \ |