aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2010-10-28 22:46:56 +0800
committersunpoet <sunpoet@FreeBSD.org>2010-10-28 22:46:56 +0800
commit9c194dbe5291eae54df45192099710c07099e129 (patch)
treecc918fa0907ed9a856d38cdca1d729203bd1ff94
parentcad3faf8b1e34c32f53e4efd4e36fc8729b17e76 (diff)
downloadfreebsd-ports-gnome-9c194dbe5291eae54df45192099710c07099e129.tar.gz
freebsd-ports-gnome-9c194dbe5291eae54df45192099710c07099e129.tar.zst
freebsd-ports-gnome-9c194dbe5291eae54df45192099710c07099e129.zip
- Revert previous commit due to a broken PLIST_DIRSTRY
- Bump PORTREVISION Approved by: pgollucci (mentor, implicit)
-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 \