1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
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

5 lines
186 B
Plaintext

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