diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2011-11-30 00:53:16 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2011-11-30 00:53:16 +0000 |
commit | 8ad91c6f16640c4253ec8363c19f6d325899b2f7 (patch) | |
tree | c004d4f1734e4c18a56bf0ca714a64bff0650f14 /net | |
parent | af7ccbde060f3ba93250d8f36016411a731f19ec (diff) |
Add pkg-plist, which I forgot to add.
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=286649
Diffstat (limited to 'net')
-rw-r--r-- | net/tcpxd/Makefile | 2 | ||||
-rw-r--r-- | net/tcpxd/pkg-plist | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/net/tcpxd/Makefile b/net/tcpxd/Makefile index 3679d83e0e10..52b1f8766728 100644 --- a/net/tcpxd/Makefile +++ b/net/tcpxd/Makefile @@ -7,7 +7,7 @@ PORTNAME= tcpxd PORTVERSION= 1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net net-mgmt MASTER_SITES= http://fossies.org/unix/privat/ \ http://www.sourcefiles.org/Networking/Tools/Proxy/ \ diff --git a/net/tcpxd/pkg-plist b/net/tcpxd/pkg-plist new file mode 100644 index 000000000000..1a9f859fd6a7 --- /dev/null +++ b/net/tcpxd/pkg-plist @@ -0,0 +1,4 @@ +@unexec if cmp -s %D/etc/tcpxd.conf %D/etc/tcpxd.conf.dist; then rm -f %D/etc/tcpxd.conf; fi +etc/tcpxd.conf.dist +@exec [ -f %B/tcpxd.conf ] || cp %B/%f %B/tcpxd.conf +sbin/tcpxd |