aboutsummaryrefslogtreecommitdiff
path: root/databases/pgsphere
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2010-10-28 14:46:56 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2010-10-28 14:46:56 +0000
commitec5ec0da6800b5e9de6cbbc1aafe595c54779804 (patch)
tree6fd616493deb5c42818f2cb38f6fd5ee1759a58a /databases/pgsphere
parent290034fa77f75cf40150e08b668bdb6f96030336 (diff)
downloadports-ec5ec0da6800b5e9de6cbbc1aafe595c54779804.tar.gz
ports-ec5ec0da6800b5e9de6cbbc1aafe595c54779804.zip
- Revert previous commit due to a broken PLIST_DIRSTRY
- Bump PORTREVISION Approved by: pgollucci (mentor, implicit)
Notes
Notes: svn path=/head/; revision=263690
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 92d35d10a85a..189efe795b62 100644
--- a/databases/pgsphere/Makefile
+++ b/databases/pgsphere/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pgsphere
PORTVERSION= 1.1.1
-PORTREVISION= 1
+PORTREVISION= 2
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_DIRSTRY= %%DATADIR%%/contrib
+PLIST_DIRS= %%DATADIR%%/contrib
.if !defined(NOPORTDOCS)
PLIST_FILES+= %%DOCSDIR%%/contrib/README.pg_sphere \