View | Details | Raw Unified | Return to bug 36854 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/ports/sysutils/colorize/pkg-plist (-1 / +1 lines)
Lines 1-4 Link Here
1
bin/colorize
1
bin/colorize.pl
2
@unexec if cmp -s %D/etc/colorizerc %D/etc/colorizerc.dist; then rm -f %D/etc/colorizerc; fi
2
@unexec if cmp -s %D/etc/colorizerc %D/etc/colorizerc.dist; then rm -f %D/etc/colorizerc; fi
3
etc/colorizerc.dist
3
etc/colorizerc.dist
4
@exec if [ ! -f %D/etc/colorizerc ]; then cp -f %D/etc/%f %D/etc/colorizerc; fi
4
@exec if [ ! -f %D/etc/colorizerc ]; then cp -f %D/etc/%f %D/etc/colorizerc; fi

Return to bug 36854