1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/finance/trytond/pkg-plist
Antoine Brodin c29144fec8 - Swith from easy_install to install (and bump PORTREVISION)
- Use PYDISTUTILS_AUTOPLIST
2014-02-09 15:09:54 +00:00

4 lines
202 B
Plaintext

@unexec if cmp -s %D/etc/trytond.conf.sample %D/etc/trytond.conf; then rm -f %D/etc/trytond.conf; fi
etc/trytond.conf.sample
@exec if [ ! -f %D/etc/trytond.conf ] ; then cp -p %D/%F %B/trytond.conf; fi