svn commit: r451532 - head/audio/ices
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Oct 8 13:48:44 UTC 2017
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
More information about the svn-ports-head
mailing list