mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
c29144fec8
- Use PYDISTUTILS_AUTOPLIST
4 lines
202 B
Plaintext
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
|