svn commit: r369616 - head/databases/pgsphere

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Sep 30 15:23:16 UTC 2014


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


More information about the svn-ports-head mailing list