Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2017 13:48:42 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451532 - head/audio/ices
Message-ID:  <201710081348.v98DmgBI098762@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct  8 13:48:42 2017
New Revision: 451532
URL: https://svnweb.freebsd.org/changeset/ports/451532

Log:
  Convert PLIST_FILES and PORTDATA=* to PLIST entries

Added:
  head/audio/ices/pkg-plist   (contents, props changed)
Modified:
  head/audio/ices/Makefile

Modified: head/audio/ices/Makefile
==============================================================================
--- head/audio/ices/Makefile	Sun Oct  8 13:48:37 2017	(r451531)
+++ head/audio/ices/Makefile	Sun Oct  8 13:48:42 2017	(r451532)
@@ -28,9 +28,6 @@ GNU_CONFIGURE=	yes
 USE_GNOME=	libxml2
 USES=		gmake gnome iconv pkgconfig tar:bzip2
 
-PLIST_FILES=	bin/ices
-PORTDATA=	*
-
 ALSA_CONFIGURE_ENABLE=	alsa
 ALSA_LIB_DEPENDS=	libasound.so:audio/alsa-lib
 

Added: head/audio/ices/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/ices/pkg-plist	Sun Oct  8 13:48:42 2017	(r451532)
@@ -0,0 +1,12 @@
+bin/ices
+%%DATADIR%%/basic.html
+%%DATADIR%%/config.html
+%%DATADIR%%/faq.html
+%%DATADIR%%/ices-alsa.xml
+%%DATADIR%%/ices-oss.xml
+%%DATADIR%%/ices-playlist.xml
+%%DATADIR%%/ices-roar.xml
+%%DATADIR%%/index.html
+%%DATADIR%%/inputs.html
+%%DATADIR%%/intro.html
+%%DATADIR%%/style.css



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710081348.v98DmgBI098762>