mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
91480543db
PR: ports/106288 Submitted by: Sulev-Madis Silber <madis555@hot.ee> (maintainer)
5 lines
196 B
Plaintext
5 lines
196 B
Plaintext
sbin/pkgfe
|
|
@unexec if cmp -s %D/etc/pkgfe.conf.sample %D/etc/pkgfe.conf; then rm -f %D/etc/pkgfe.conf; fi
|
|
etc/pkgfe.conf.sample
|
|
@exec if [ ! -f %B/pkgfe.conf ]; then cp -p %D/%F %B/pkgfe.conf; fi
|