diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 13:12:53 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 13:12:53 +0000 |
commit | a049dd78cc281272f3788b3d4689a744f774e543 (patch) | |
tree | 66d70fb91dc5864b35d61d893e0a68c0b62d3eb9 /dns/dnsmasq | |
parent | 4090f4bf949b81ec1f5c928996d5dacacfb24daa (diff) |
Notes
Diffstat (limited to 'dns/dnsmasq')
-rw-r--r-- | dns/dnsmasq/Makefile | 3 | ||||
-rw-r--r-- | dns/dnsmasq/pkg-plist | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index c41ab934c266..1f53e8300299 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -15,7 +15,8 @@ COMMENT= A caching DNS forwarder USE_REINPLACE= yes -MAN8= dnsmasq.8 +MAN8= dnsmasq.8 +PLIST_FILES= sbin/dnsmasq post-patch: @${REINPLACE_CMD} -e \ diff --git a/dns/dnsmasq/pkg-plist b/dns/dnsmasq/pkg-plist deleted file mode 100644 index ce85762260d3..000000000000 --- a/dns/dnsmasq/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -etc/dnsmasq.conf.example -sbin/dnsmasq |