Date: Sun, 15 Jun 2014 12:43:00 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357877 - head/audio/shoutcast Message-ID: <201406151243.s5FCh0g5023512@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Sun Jun 15 12:43:00 2014 New Revision: 357877 URL: http://svnweb.freebsd.org/changeset/ports/357877 QAT: https://qat.redports.org/buildarchive/r357877/ Log: Remove the documentation directories in the right order. PR: 190819 Submitted by: jarrod@downtools.com.au (maintainer) Modified: head/audio/shoutcast/Makefile head/audio/shoutcast/pkg-plist Modified: head/audio/shoutcast/Makefile ============================================================================== --- head/audio/shoutcast/Makefile Sun Jun 15 12:41:52 2014 (r357876) +++ head/audio/shoutcast/Makefile Sun Jun 15 12:43:00 2014 (r357877) @@ -3,6 +3,7 @@ PORTNAME= shoutcast PORTVERSION= 2.2.1.109 +PORTREVISION= 1 CATEGORIES= audio net MASTER_SITES= http://download.nullsoft.com/shoutcast/tools/ DISTNAME= sc_serv2_bsd_8_x_11_29_2013 Modified: head/audio/shoutcast/pkg-plist ============================================================================== --- head/audio/shoutcast/pkg-plist Sun Jun 15 12:41:52 2014 (r357876) +++ head/audio/shoutcast/pkg-plist Sun Jun 15 12:43:00 2014 (r357877) @@ -55,9 +55,9 @@ sbin/sc_serv %%CONFIG_BUILDER%%%%WWWDIR%%/config_builder/config_builder.css @dirrmtry %%ETCDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/res +%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs +%%PORTDOCS%%@dirrm %%DOCSDIR%% %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% %%CONFIG_BUILDER%%@dirrm %%WWWDIR%%/config_builder %%CONFIG_BUILDER%%@dirrm %%WWWDIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406151243.s5FCh0g5023512>