1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/ports-mgmt/pkgfe/pkg-plist
Martin Wilke 91480543db - Update to 20061204
PR:		ports/106288
Submitted by:   Sulev-Madis Silber <madis555@hot.ee> (maintainer)
2006-12-04 22:29:43 +00:00

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