Date: Sun, 3 Aug 2014 21:37:50 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363941 - head/audio/gigedit Message-ID: <53deabae.5371.277e3e9@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53deabae.5371.277e3e9>