From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 15:23:16 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0CFFD487; Tue, 30 Sep 2014 15:23:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED2FABB6; Tue, 30 Sep 2014 15:23:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UFNFJS050659; Tue, 30 Sep 2014 15:23:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UFNF7h050658; Tue, 30 Sep 2014 15:23:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409301523.s8UFNF7h050658@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Sep 2014 15:23:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369616 - head/databases/pgsphere X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 15:23:16 -0000 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