diff options
author | nbm <nbm@FreeBSD.org> | 2001-02-05 08:21:28 +0000 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2001-02-05 08:21:28 +0000 |
commit | a15e30479825a825694c52d7d35c83acc37e5462 (patch) | |
tree | 939fa324b44c6998e2317b3c477e51d1a2f5fd8c /net/djbdns | |
parent | 46fc28213b03c15a08a1563397a60815717feaa3 (diff) | |
download | FreeBSD-ports-a15e30479825a825694c52d7d35c83acc37e5462.zip FreeBSD-ports-a15e30479825a825694c52d7d35c83acc37e5462.tar.gz |
We aren't allowed to package djbdns, because we patch the source. I was
pretty sure I had this previously.
Diffstat (limited to 'net/djbdns')
-rw-r--r-- | net/djbdns/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile index 278ad63..38742bc 100644 --- a/net/djbdns/Makefile +++ b/net/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 |