diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-03 23:12:16 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-03 23:12:16 +0800 |
commit | 4cbda6279438d0f6d6042ff1bd37555ca126efd4 (patch) | |
tree | aca2db01ac27969c3de5859aa42915af5a541620 /net/dhcpcd | |
parent | 5f53ed134cc816a04538e36e77c6d51083497ddd (diff) | |
download | freebsd-ports-gnome-4cbda6279438d0f6d6042ff1bd37555ca126efd4.tar.gz freebsd-ports-gnome-4cbda6279438d0f6d6042ff1bd37555ca126efd4.tar.zst freebsd-ports-gnome-4cbda6279438d0f6d6042ff1bd37555ca126efd4.zip |
- Add CPE info
Approved by: portmgr blanket
Diffstat (limited to 'net/dhcpcd')
-rw-r--r-- | net/dhcpcd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index 1f04764fd391..24dcf780cf45 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -14,7 +14,8 @@ COMMENT= DHCP/IPv4LL/IPv6RS/DHCPv6 client LICENSE= BSD2CLAUSE -USES= tar:bzip2 +USES= cpe tar:bzip2 +CPE_VENDOR= dhcpcd_project GNU_CONFIGURE= yes USE_RC_SUBR= dhcpcd |