aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pgsphere
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2010-11-09 02:34:31 +0800
committersunpoet <sunpoet@FreeBSD.org>2010-11-09 02:34:31 +0800
commite078d38fb47b7b237422341da137545f6c63ab26 (patch)
tree2db6a84eeeaa5264c4b95e7fe3d6709220645e8e /databases/pgsphere
parent8d21f7e03848ab15cca0a3cd743bc28c1b6c2fc7 (diff)
downloadfreebsd-ports-gnome-e078d38fb47b7b237422341da137545f6c63ab26.tar.gz
freebsd-ports-gnome-e078d38fb47b7b237422341da137545f6c63ab26.tar.zst
freebsd-ports-gnome-e078d38fb47b7b237422341da137545f6c63ab26.zip
- Since PLIST_DIRSTRY is available now, use it for %%DATADIR%%/contrib
- Bump PORTREVISION
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 \