diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-10-28 11:58:39 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-10-28 11:58:39 +0000 |
commit | ddb3b5cd19376574acda76aa714dc52459ffc1a3 (patch) | |
tree | 5d038a3060197314d1d02c73371eebc23a095331 /databases/pgsphere/Makefile | |
parent | 7de0dc87dca04de47f03fc9b7cfa03e9b2127110 (diff) | |
download | ports-ddb3b5cd19376574acda76aa714dc52459ffc1a3.tar.gz ports-ddb3b5cd19376574acda76aa714dc52459ffc1a3.zip |
Notes
Diffstat (limited to 'databases/pgsphere/Makefile')
-rw-r--r-- | databases/pgsphere/Makefile | 3 |
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 \ |