svn commit: r363940 - head/astro/openmap

Adam Weinberger adamw at FreeBSD.org
Sun Aug 3 21:36:25 UTC 2014


Author: adamw
Date: Sun Aug  3 21:36:24 2014
New Revision: 363940
URL: http://svnweb.freebsd.org/changeset/ports/363940
QAT: https://qat.redports.org/buildarchive/r363940/

Log:
  A couple items in DOCSDIR were missing from PORTDOCS protection.

Modified:
  head/astro/openmap/pkg-plist

Modified: head/astro/openmap/pkg-plist
==============================================================================
--- head/astro/openmap/pkg-plist	Sun Aug  3 21:35:42 2014	(r363939)
+++ head/astro/openmap/pkg-plist	Sun Aug  3 21:36:24 2014	(r363940)
@@ -17,9 +17,9 @@
 %%DATADIR%%/manifest.txt
 %%DATADIR%%/omapplet.html
 %%DATADIR%%/openmap.jnlp
-%%DOCSDIR%%/AUTHORS
-%%DOCSDIR%%/LICENSE
-%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/LICENSE
+%%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/api/Acme/IntHashtable.html
 %%PORTDOCS%%%%DOCSDIR%%/api/Acme/JPM/Encoders/GifEncoder.html
 %%PORTDOCS%%%%DOCSDIR%%/api/Acme/JPM/Encoders/ImageEncoder.html


More information about the svn-ports-head mailing list