aboutsummaryrefslogtreecommitdiff
path: root/databases/pgsphere
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2010-11-08 18:34:31 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2010-11-08 18:34:31 +0000
commit3798c95dff03dcc1ef2ac368ba6b50bc8bc07071 (patch)
tree8ffe2b5915fda490588d4b1bbc9c22acc41adf02 /databases/pgsphere
parent33fb23a87f676e439eb4de68b0585655c266a326 (diff)
downloadports-3798c95dff03dcc1ef2ac368ba6b50bc8bc07071.tar.gz
ports-3798c95dff03dcc1ef2ac368ba6b50bc8bc07071.zip
- Since PLIST_DIRSTRY is available now, use it for %%DATADIR%%/contrib
- Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=264264
Diffstat (limited to 'databases/pgsphere')
-rw-r--r--databases/pgsphere/Makefile4
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 \