svn commit: r386486 - head/www/xpi-adblock

Mathieu Arnold mat at FreeBSD.org
Fri May 15 21:20:45 UTC 2015


Author: mat
Date: Fri May 15 21:20:44 2015
New Revision: 386486
URL: https://svnweb.freebsd.org/changeset/ports/386486

Log:
  Update comments to match code.
  
  Noticed by:	jbeich
  Sponsored by:	Absolight

Modified:
  head/www/xpi-adblock/Makefile.xpi

Modified: head/www/xpi-adblock/Makefile.xpi
==============================================================================
--- head/www/xpi-adblock/Makefile.xpi	Fri May 15 21:20:20 2015	(r386485)
+++ head/www/xpi-adblock/Makefile.xpi	Fri May 15 21:20:44 2015	(r386486)
@@ -13,9 +13,10 @@
 #				- These should all be set manually for port to be functional. See
 #				  ${PORTSDIR}/Mk/bsd.port.mk for details.
 # MASTER_SITES	- This should be set if port is unavailable at the default site.
-#				  Default (defined below): ${MASTER_SITE_MOZILLA_ADDONS}
-# MASTER_SITE_SUBDIR
-#				- Default: extensions/${PORTNAME}
+#				  Default (defined below):
+#				  MOZILLA_ADDONS/addons/${XPI_NUM}
+#				  or
+#				  MOZILLA_ADDONS/extensions/${XPI_DISTNAME}
 # LATEST_LINK	- Default: ${PKGBASE:S/_//g}
 # XPI_LIBDIR	- Name of the directory to install extensions in.
 #				  Default: ${PREFIX}/lib/xpi


More information about the svn-ports-all mailing list