Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Sep 2014 15:23:15 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369616 - head/databases/pgsphere
Message-ID:  <201409301523.s8UFNF7h050658@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Sep 30 15:23:15 2014
New Revision: 369616
URL: http://svnweb.freebsd.org/changeset/ports/369616
QAT: https://qat.redports.org/buildarchive/r369616/

Log:
  - Use PLIST_DIRS instead of deprecated PLIST_DIRSTRY

Modified:
  head/databases/pgsphere/Makefile

Modified: head/databases/pgsphere/Makefile
==============================================================================
--- head/databases/pgsphere/Makefile	Tue Sep 30 15:18:11 2014	(r369615)
+++ head/databases/pgsphere/Makefile	Tue Sep 30 15:23:15 2014	(r369616)
@@ -25,7 +25,7 @@ DATADIR=	${PREFIX}/share/postgresql
 DOCSDIR?=	${PREFIX}/share/doc/postgresql
 PLIST_FILES=	lib/postgresql/pg_sphere.so \
 		%%DATADIR%%/contrib/pg_sphere.sql
-PLIST_DIRSTRY=	%%DATADIR%%/contrib
+PLIST_DIRS=	%%DATADIR%%/contrib
 
 DOCS_MAKE_ARGS_OFF=	DOCS=""
 DOCS_PLIST_DIRS=	%%DOCSDIR%%/contrib



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409301523.s8UFNF7h050658>