aboutsummaryrefslogtreecommitdiff
path: root/databases/pgsphere/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2010-10-28 11:58:39 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2010-10-28 11:58:39 +0000
commitddb3b5cd19376574acda76aa714dc52459ffc1a3 (patch)
tree5d038a3060197314d1d02c73371eebc23a095331 /databases/pgsphere/Makefile
parent7de0dc87dca04de47f03fc9b7cfa03e9b2127110 (diff)
downloadports-ddb3b5cd19376574acda76aa714dc52459ffc1a3.tar.gz
ports-ddb3b5cd19376574acda76aa714dc52459ffc1a3.zip
- Use dirrmtry on %%DATADIR%%/contrib
- Bump PORTREVISION Approved by: pgollucci (mentor, implicit)
Notes
Notes: svn path=/head/; revision=263683
Diffstat (limited to 'databases/pgsphere/Makefile')
-rw-r--r--databases/pgsphere/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/pgsphere/Makefile b/databases/pgsphere/Makefile
index 44d7b5f35c81..92d35d10a85a 100644
--- a/databases/pgsphere/Makefile
+++ b/databases/pgsphere/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pgsphere
PORTVERSION= 1.1.1
+PORTREVISION= 1
CATEGORIES= databases geography
MASTER_SITES= http://pgfoundry.org/frs/download.php/2558/ \
LOCAL/sunpoet
@@ -28,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 \