FreeBSD Bugzilla – Attachment 107356 Details for
Bug 148135
[MAINTAINER] databases/pgsphere: fix deinstallation when NOPORTDOCS is set
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pgsphere-1.1.1.patch
pgsphere-1.1.1.patch (text/plain), 882 bytes, created by
Sunpoet Po-Chuan Hsieh
on 2010-06-25 09:50:01 UTC
(
hide
)
Description:
pgsphere-1.1.1.patch
Filename:
MIME Type:
Creator:
Sunpoet Po-Chuan Hsieh
Created:
2010-06-25 09:50:01 UTC
Size:
882 bytes
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/databases/pgsphere/Makefile /usr/ports/sunpoet/pgsphere/Makefile >--- /usr/ports/databases/pgsphere/Makefile 2010-03-06 12:59:31.000000000 +0800 >+++ /usr/ports/sunpoet/pgsphere/Makefile 2010-06-25 16:38:01.000000000 +0800 >@@ -27,12 +27,14 @@ > .endif > > PLIST_FILES= lib/postgresql/pg_sphere.so \ >- %%DATADIR%%/contrib/pg_sphere.sql \ >- %%PORTDOCS%%%%DOCSDIR%%/contrib/README.pg_sphere \ >- %%PORTDOCS%%%%DOCSDIR%%/contrib/COPYRIGHT.pg_sphere >+ %%DATADIR%%/contrib/pg_sphere.sql >+PLIST_DIRS= %%DATADIR%%/contrib > >-PLIST_DIRS= %%DATADIR%%/contrib \ >- %%PORTDOCS%%%%DOCSDIR%%/contrib >+.if !defined(NOPORTDOCS) >+PLIST_FILES+= %%DOCSDIR%%/contrib/README.pg_sphere \ >+ %%DOCSDIR%%/contrib/COPYRIGHT.pg_sphere >+PLIST_DIRS+= %%DOCSDIR%%/contrib >+.endif > > #regression-test: > # @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_ARGS} installcheck
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 148135
: 107356