freebsd-ports/audio/esound/pkg-plist
Jeremy Messenger 21139d4598 - Respect the esd.conf and add est.conf.default. [1]
- Remove the patch-configure; it's no longer need.
- Make the portlint a happy man.

PR:		ports/69175 [1]
Reported by:	Torfinn Ingolfsen <tingo@start.no> [1]
2004-08-17 05:23:07 +00:00

24 lines
446 B
Plaintext

bin/esd
bin/esd-config
bin/esdcat
bin/esdctl
bin/esddsp
bin/esdfilt
bin/esdloop
bin/esdmon
bin/esdplay
bin/esdrec
bin/esdsample
@unexec if cmp -s %D/etc/esd.conf %D/etc/esd.conf.default; then rm -f %D/etc/esd.conf; fi
etc/esd.conf.default
@exec [ -f %B/esd.conf ] || cp %B/%f %B/esd.conf
include/esd.h
lib/libesd.a
lib/libesd.so
lib/libesd.so.2
lib/libesddsp.a
lib/libesddsp.so
lib/libesddsp.so.2
libdata/pkgconfig/esound.pc
share/aclocal/esd.m4