From ddb3b5cd19376574acda76aa714dc52459ffc1a3 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Thu, 28 Oct 2010 11:58:39 +0000 Subject: [PATCH] - Use dirrmtry on %%DATADIR%%/contrib - Bump PORTREVISION Approved by: pgollucci (mentor, implicit) --- databases/pgsphere/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \