diff options
author | Xin LI <delphij@FreeBSD.org> | 2013-10-29 06:06:15 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2013-10-29 06:06:15 +0000 |
commit | 7bcbe8bbed63ad81d5469850d3db247c4a5670ce (patch) | |
tree | a22000ebbd7e48b8e145011748a0c8252e88f57a /net/dhcpcd | |
parent | 90713c7acd1ecad619b18ad404aa45b6b78c99fe (diff) | |
download | ports-7bcbe8bbed63ad81d5469850d3db247c4a5670ce.tar.gz ports-7bcbe8bbed63ad81d5469850d3db247c4a5670ce.zip |
Notes
Diffstat (limited to 'net/dhcpcd')
-rw-r--r-- | net/dhcpcd/Makefile | 1 | ||||
-rw-r--r-- | net/dhcpcd/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index c13b556b5a3e..fbd948efe28c 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -3,6 +3,7 @@ PORTNAME= dhcpcd PORTVERSION= 5.5.6 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://roy.marples.name/downloads/dhcpcd/ \ LOCAL/delphij diff --git a/net/dhcpcd/pkg-plist b/net/dhcpcd/pkg-plist index f27ade4bd7d4..33125857ecb6 100644 --- a/net/dhcpcd/pkg-plist +++ b/net/dhcpcd/pkg-plist @@ -10,3 +10,4 @@ libexec/dhcpcd-hooks/30-hostname libexec/dhcpcd-hooks/01-test libexec/dhcpcd-hooks/29-lookup-hostname libexec/dhcpcd-run-hooks +@unexec [ -s %D/libexec/dhcpcd-hooks ] || rm -f %D/libexec/dhcpcd-hooks |