freebsd-ports/misc/upclient/pkg-plist
Oliver Braun 6aee96b6e7 * Upgrade to 5.0.b5.
* Changed MASTER_SITES.
* Respect PREFIX correctly.

PR:		44283
Submitted by:	maintainer
2002-10-19 22:14:38 +00:00

16 lines
633 B
Text

@comment $FreeBSD$
etc/rc.d/upclient.sh
@unexec if cmp -s %D/etc/upclient.conf %D/etc/upclient.conf.sample; then rm -f %D/etc/upclient.conf; fi
etc/upclient.conf.sample
@exec [ -f %D/etc/upclient.conf ] || cp -p %D/etc/upclient.conf.sample %D/etc/upclient.conf
sbin/upchk
sbin/upclient
%%PORTDOCS%%share/doc/upclient/AUTHORS
%%PORTDOCS%%share/doc/upclient/COPYING
%%PORTDOCS%%share/doc/upclient/FAQ
%%PORTDOCS%%share/doc/upclient/HISTORY
%%PORTDOCS%%share/doc/upclient/HISTORY-BETA
%%PORTDOCS%%share/doc/upclient/INSTALL
%%PORTDOCS%%share/doc/upclient/README
%%PORTDOCS%%share/doc/upclient/TODO
%%PORTDOCS%%@dirrm share/doc/upclient