1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/misc/openr2/pkg-plist
Baptiste Daroussin bab427bdcd Support stage
2014-03-24 23:52:37 +00:00

23 lines
755 B
Plaintext

bin/r2dtmf_detect
bin/r2test
@unexec if cmp -s %D/etc/r2proto.conf %D/etc/r2proto.conf-dist; then rm -f %D/etc/r2proto.conf; fi
etc/r2proto.conf-dist
@exec if test ! -e %D/etc/r2proto.conf; then cp -p %D/etc/r2proto.conf-dist %D/etc/r2proto.conf; fi
@unexec if cmp -s %D/etc/r2test.conf %D/etc/r2test.conf-dist; then rm -f %D/etc/r2test.conf; fi
etc/r2test.conf-dist
@exec if test ! -e %D/etc/r2test.conf; then cp -p %D/etc/r2test.conf-dist %D/etc/r2test.conf; fi
@exec false
include/openr2.h
include/openr2/r2chan.h
include/openr2/r2context.h
include/openr2/r2log.h
include/openr2/r2proto.h
include/openr2/r2utils.h
lib/libopenr2.a
lib/libopenr2.la
lib/libopenr2.so
lib/libopenr2.so.4
man/man5/r2test.conf.5.gz
man/man8/r2test.8.gz
@dirrm include/openr2