freebsd-ports/net/trafshow3/pkg-plist
Sergey Matveychuk 408859ab2d - Clean up Makefile. Get rid all antique constructions.
- Fix a bug when config file was overriden [1]

Reported by:	Anton Yuzhaninov (citrin@RusNet)
2007-04-16 18:40:59 +00:00

4 lines
186 B
Text

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