diff options
author | trevor <trevor@FreeBSD.org> | 2004-02-06 21:12:53 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-02-06 21:12:53 +0800 |
commit | 884981ec68cdccc03368be15d055407446135f3d (patch) | |
tree | 2f9733041e0ddb6902f51ab47491598efdeeaa7c /dns/dnsmasq | |
parent | b1d653e95b0f8d1d403934aafb8d824bb2c523c2 (diff) | |
download | freebsd-ports-gnome-884981ec68cdccc03368be15d055407446135f3d.tar.gz freebsd-ports-gnome-884981ec68cdccc03368be15d055407446135f3d.tar.zst freebsd-ports-gnome-884981ec68cdccc03368be15d055407446135f3d.zip |
Use PLIST_FILES (bento-tested, marcus-reviewed).
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 |