mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
b56a5d392a
PR: ports/151311 Submitted by: Matthew Grooms (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.7
|
|
lib/libpfk.so
|
|
lib/libpfk.so.2.1.7
|