freebsd-ports/mail/tpop3d/pkg-plist
Sergei Kolobov 2c96136918 - Update to 1.5.3
While I'm here:
- Group related Makefile variables together
- Combine some .if's
- Install some documentation

PR:		59689
Submitted by:	maintainer
2003-12-04 13:16:47 +00:00

17 lines
625 B
Text

@comment $FreeBSD$
sbin/tpop3d
etc/rc.d/tpop3d.sh.sample
@unexec if cmp -s %D/etc/tpop3d.conf.dist %D/etc/tpop3d.conf; then rm -f %D/etc/tpop3d.conf; fi
etc/tpop3d.conf.dist
@exec if [ ! -f %D/etc/tpop3d.conf ]; then cp %D/etc/%f %D/etc/tpop3d.conf; fi
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
%%PORTDOCS%%%%DOCSDIR%%/CREDITS
%%PORTDOCS%%%%DOCSDIR%%/FAQ
%%PORTDOCS%%%%DOCSDIR%%/HACKING
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/PORTABILITY
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/README.POP-before-SMTP
%%PORTDOCS%%%%DOCSDIR%%/README.auth_mysql
%%PORTDOCS%%%%DOCSDIR%%/TODO
%%PORTDOCS%%@dirrm %%DOCSDIR%%