mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
b7e9e3ed6d
PR: 124768 Submitted by: mgrooms@shrew.net (maintainer)
11 lines
286 B
Plaintext
11 lines
286 B
Plaintext
@unexec if cmp -s %D/etc/iked.conf %D/etc/iked.conf.sample; then rm -f %D/etc/iked.conf; fi
|
|
etc/iked.conf.sample
|
|
@exec [ -f %D/etc/iked.conf ] || cp %D/etc/iked.conf.sample %D/etc/iked.conf
|
|
sbin/iked
|
|
bin/ikea
|
|
bin/ikec
|
|
lib/libike.so
|
|
lib/libike.so.2.1.0
|
|
lib/libpfk.so
|
|
lib/libpfk.so.2.1.0
|