mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Convert PLIST_FILES and PORTDATA=* to PLIST entries
This commit is contained in:
parent
bbac285604
commit
f0bda1c84a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451532
2 changed files with 12 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
12
audio/ices/pkg-plist
Normal file
12
audio/ices/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue