diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2001-02-05 16:21:28 +0800 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2001-02-05 16:21:28 +0800 |
commit | 5e18ac36890030d1d65b06588b2394dd4b3df640 (patch) | |
tree | 0a0540fd5ea47afd267c2d5975bc78e942374042 /dns/djbdns | |
parent | 933a4af784f61ad42a870a5270f83b6820f07ca1 (diff) | |
download | freebsd-ports-gnome-5e18ac36890030d1d65b06588b2394dd4b3df640.tar.gz freebsd-ports-gnome-5e18ac36890030d1d65b06588b2394dd4b3df640.tar.zst freebsd-ports-gnome-5e18ac36890030d1d65b06588b2394dd4b3df640.zip |
We aren't allowed to package djbdns, because we patch the source. I was
pretty sure I had this previously.
Diffstat (limited to 'dns/djbdns')
-rw-r--r-- | dns/djbdns/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/djbdns/Makefile b/dns/djbdns/Makefile index 278ad63e32f9..38742bc708fe 100644 --- a/dns/djbdns/Makefile +++ b/dns/djbdns/Makefile @@ -18,6 +18,8 @@ RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools ALL_TARGET= it INSTALL_TARGET= setup check +NO_PACKAGE= Forbidden - we have patches to the distribution. + post-patch: @echo "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc @echo "${CC} -s" > ${WRKSRC}/conf-ld |