From owner-svn-ports-all@FreeBSD.ORG Sun Aug 3 21:37:50 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 87004218 for ; Sun, 3 Aug 2014 21:37:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C80F225C for ; Sun, 3 Aug 2014 21:37:50 +0000 (UTC) Received: from adamw (uid 959) (envelope-from adamw@FreeBSD.org) id 5371 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sun, 03 Aug 2014 21:37:50 +0000 From: Adam Weinberger Date: Sun, 3 Aug 2014 21:37:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363941 - head/audio/gigedit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53deabae.5371.277e3e9@svn.freebsd.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2014 21:37:50 -0000 Author: adamw Date: Sun Aug 3 21:37:49 2014 New Revision: 363941 URL: http://svnweb.freebsd.org/changeset/ports/363941 QAT: https://qat.redports.org/buildarchive/r363941/ Log: Add DOCS option. Modified: head/audio/gigedit/Makefile head/audio/gigedit/pkg-plist Modified: head/audio/gigedit/Makefile ============================================================================== --- head/audio/gigedit/Makefile Sun Aug 3 21:36:24 2014 (r363940) +++ head/audio/gigedit/Makefile Sun Aug 3 21:37:49 2014 (r363941) @@ -25,4 +25,6 @@ USE_LDCONFIG= yes USE_GNOME= intltool MAKE_JOBS_UNSAFE= yes +OPTIONS_DEFINE= DOCS + .include Modified: head/audio/gigedit/pkg-plist ============================================================================== --- head/audio/gigedit/pkg-plist Sun Aug 3 21:36:24 2014 (r363940) +++ head/audio/gigedit/pkg-plist Sun Aug 3 21:37:49 2014 (r363941) @@ -5,24 +5,24 @@ lib/gigedit/libgigedit.so.2 lib/gigedit/libgigedit.so.2.0.0 lib/linuxsampler/plugins/libgigeditlinuxsamplerplugin.a lib/linuxsampler/plugins/libgigeditlinuxsamplerplugin.so -%%DOCSDIR%%/gigedit_quickstart.html -%%DOCSDIR%%/style.css -%%DOCSDIR%%/shot_whole_app.png -%%DOCSDIR%%/shot_default_group.png -%%DOCSDIR%%/shot_new_dimension.png -%%DOCSDIR%%/shot_add_sample.png -%%DOCSDIR%%/routing.png -%%DOCSDIR%%/shot_amp1.png -%%DOCSDIR%%/shot_amp2.png -%%DOCSDIR%%/shot_filter1.png -%%DOCSDIR%%/shot_filter2.png -%%DOCSDIR%%/shot_qsampler_edit.png -%%DOCSDIR%%/shot_gigedit_hosted.png +%%PORTDOCS%%%%DOCSDIR%%/gigedit_quickstart.html +%%PORTDOCS%%%%DOCSDIR%%/style.css +%%PORTDOCS%%%%DOCSDIR%%/shot_whole_app.png +%%PORTDOCS%%%%DOCSDIR%%/shot_default_group.png +%%PORTDOCS%%%%DOCSDIR%%/shot_new_dimension.png +%%PORTDOCS%%%%DOCSDIR%%/shot_add_sample.png +%%PORTDOCS%%%%DOCSDIR%%/routing.png +%%PORTDOCS%%%%DOCSDIR%%/shot_amp1.png +%%PORTDOCS%%%%DOCSDIR%%/shot_amp2.png +%%PORTDOCS%%%%DOCSDIR%%/shot_filter1.png +%%PORTDOCS%%%%DOCSDIR%%/shot_filter2.png +%%PORTDOCS%%%%DOCSDIR%%/shot_qsampler_edit.png +%%PORTDOCS%%%%DOCSDIR%%/shot_gigedit_hosted.png share/locale/de/LC_MESSAGES/gigedit.mo share/locale/sv/LC_MESSAGES/gigedit.mo %%DATADIR%%/status_detached.xpm %%DATADIR%%/status_attached.xpm -@dirrm %%DOCSDIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm share/gigedit @dirrm lib/gigedit @dirrm lib/linuxsampler/plugins