svn commit: r446189 - head/databases/postgresql-orafce

Torsten Zuehlsdorff tz at FreeBSD.org
Wed Jul 19 09:09:19 UTC 2017


Author: tz
Date: Wed Jul 19 09:09:18 2017
New Revision: 446189
URL: https://svnweb.freebsd.org/changeset/ports/446189

Log:
  databases/postgresql-orafce: move Readme into PORTDOCS
  
  PR:          219616
  Reported by: mat

Modified:
  head/databases/postgresql-orafce/Makefile

Modified: head/databases/postgresql-orafce/Makefile
==============================================================================
--- head/databases/postgresql-orafce/Makefile	Wed Jul 19 09:01:00 2017	(r446188)
+++ head/databases/postgresql-orafce/Makefile	Wed Jul 19 09:09:18 2017	(r446189)
@@ -18,11 +18,12 @@ GH_TAGNAME=	ffea9cc
 WANT_PGSQL=	server
 
 PLIST_FILES=	lib/postgresql/orafce.so \
-		%%PORTDOCS%%%%DOCSDIR%%/README.asciidoc \
 		share/postgresql/extension/orafce--3.2--3.3.sql \
 		share/postgresql/extension/orafce--3.3--3.4.sql \
 		share/postgresql/extension/orafce--3.4.sql \
 		share/postgresql/extension/orafce.control
+
+PORTDOCS=	README.asciidoc
 
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-all mailing list