1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/sysutils/uptimed/pkg-plist
Dmitry Marakasov 5fa149e175 - Convert USE_BZIP2 to USES
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
2014-06-28 10:23:33 +00:00

17 lines
394 B
Plaintext

@exec mkdir -p /var/spool/uptimed
bin/uprecords
etc/uptimed.conf-dist
lib/libuptimed.a
lib/libuptimed.so
lib/libuptimed.so.0
lib/libuptimed.so.0.0.0
man/man1/uprecords.1.gz
man/man8/uptimed.8.gz
sbin/uptimed
www/cgi-bin/uprecords.cgi
www/cgi-bin/uprecords.conf
www/cgi-bin/uprecords.footer
www/cgi-bin/uprecords.header
@dirrmtry www/cgi-bin
@unexec rmdir /var/spool/uptimed 2>/dev/null || true