svn commit: r357877 - head/audio/shoutcast

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Jun 15 12:43:01 UTC 2014


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 at 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%%


More information about the svn-ports-head mailing list