svn commit: r393224 - head/Mk

Jan Beich jbeich at FreeBSD.org
Tue Sep 8 02:15:34 UTC 2015


Mathieu Arnold <mat at FreeBSD.org> writes:

> Author: mat
> Date: Thu Jul 30 08:51:07 2015
> New Revision: 393224
> URL: https://svnweb.freebsd.org/changeset/ports/393224
>
> Log:
>   Add GH_* and PORTDOCS top the make variables helpers.

What makes PORTDOCS special unlike PORTDATA and PORTEXAMPLES?

  $ git grep -F PORTDATA+= -- \*/Makefile\*
  devel/llvm33/Makefile:PORTDATA+=        cmake
  devel/llvm34/Makefile:PORTDATA+=        cmake
  devel/llvm35/Makefile:PORTDATA+=        cmake
  devel/llvm36/Makefile:PORTDATA+=        cmake
  devel/renpy/Makefile:           PORTDATA+="lib renpy.app renpy.exe renpy.sh"
  devel/renpy/Makefile:EXAMPLES_VARS=     PORTDATA+="the_question tutorial"
  emulators/ppsspp/Makefile:SDL_VARS=     PORTDATA+="assets ${PORTNAME}"
  games/diaspora/Makefile:PORTDATA+=      resources *.ini *.png *.bmp
  games/warsow-data/Makefile:PORTDATA+=   previews
  java/icedtea-web/Makefile:PORTDATA+=    plugin.jar

  $ git grep -F PORTEXAMPLES+= -- \*/Makefile\*
  mail/anubis/Makefile:PORTEXAMPLES+=     anubis.scm anubisrc.guile
  mail/anubis/Makefile:PORTEXAMPLES+=     pam
  www/gatling/Makefile:PORTEXAMPLES+=     prep run-bench
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 602 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20150906/d19e6bea/attachment.bin>


More information about the svn-ports-all mailing list