1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/net/trafshow/pkg-plist
Alexey Degtyarev ca48c6d764 - Support STAGE
- Make extra patch for >= 8.x into a normal patch as it's used on all supported
  FreeBSD versions

PR:		ports/187320
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by:	wg (mentor)
2014-03-26 12:27:50 +00:00

6 lines
209 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 [ ! -e %D/etc/trafshow ]; then cp -p %D/%F %B/trafshow; fi
man/man1/trafshow.1.gz