Date: Wed, 17 Feb 2010 02:31:32 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/144009: [MAINTAINER] databases/pgsphere: Unbreak make package when NOPORTDOCS was defined Message-ID: <20100216183132.E846D2AEC55C@sunpoet.net> Resent-Message-ID: <201002161840.o1GIe2eR047738@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 144009 >Category: ports >Synopsis: [MAINTAINER] databases/pgsphere: Unbreak make package when NOPORTDOCS was defined >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Feb 16 18:40:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 8.0-STABLE amd64 >Organization: SUNPOET.net >Environment: System: FreeBSD bonjour.sunpoet.net 8.0-STABLE FreeBSD 8.0-STABLE #0: Fri Feb 12 20:20:34 CST 2010 >Description: Changes: - Unbreak make package when NOPORTDOCS was defined - Make portlint happier Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- pgsphere-1.1.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/databases/pgsphere/Makefile /usr/ports/sunpoet/pgsphere/Makefile --- /usr/ports/databases/pgsphere/Makefile 2010-02-13 03:26:43.000000000 +0800 +++ /usr/ports/sunpoet/pgsphere/Makefile 2010-02-17 02:29:49.000000000 +0800 @@ -27,15 +27,14 @@ .endif PLIST_FILES= lib/postgresql/pg_sphere.so \ - %%DATADIR%%/contrib/pg_sphere.sql \ - %%DOCSDIR%%/contrib/README.pg_sphere \ - %%DOCSDIR%%/contrib/COPYRIGHT.pg_sphere + %%DATADIR%%/contrib/pg_sphere.sql \ + %%PORTDOCS%%%%DOCSDIR%%/contrib/README.pg_sphere \ + %%PORTDOCS%%%%DOCSDIR%%/contrib/COPYRIGHT.pg_sphere -PLIST_DIRS= %%DOCSDIR%%/contrib \ - %%DATADIR%%/contrib +PLIST_DIRS= %%DATADIR%%/contrib \ + %%PORTDOCS%%%%DOCSDIR%%/contrib #regression-test: # @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_ARGS} installcheck .include <bsd.port.mk> - --- pgsphere-1.1.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100216183132.E846D2AEC55C>