diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-07 13:47:42 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-07 13:47:42 +0800 |
commit | 6e3fb24f73c370294f0fc068a3631bb75ce659a5 (patch) | |
tree | 1f5909434975cc7a3bbb60faa05ebcb6224739ba /dns/ldns | |
parent | 14e4286b64b388d5fec5d417f67dce42979062ad (diff) | |
download | freebsd-ports-gnome-6e3fb24f73c370294f0fc068a3631bb75ce659a5.tar.gz freebsd-ports-gnome-6e3fb24f73c370294f0fc068a3631bb75ce659a5.tar.zst freebsd-ports-gnome-6e3fb24f73c370294f0fc068a3631bb75ce659a5.zip |
- Fix INDEX
Diffstat (limited to 'dns/ldns')
-rw-r--r-- | dns/ldns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile index 0d0ac151620d..c279312f399c 100644 --- a/dns/ldns/Makefile +++ b/dns/ldns/Makefile @@ -296,4 +296,4 @@ post-install: @(cd ${WRKSRC}/drill; ${GMAKE} install) .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |