diff options
author | nbm <nbm@FreeBSD.org> | 2001-02-05 16:21:28 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2001-02-05 16:21:28 +0800 |
commit | a15e30479825a825694c52d7d35c83acc37e5462 (patch) | |
tree | 939fa324b44c6998e2317b3c477e51d1a2f5fd8c /dns | |
parent | 46fc28213b03c15a08a1563397a60815717feaa3 (diff) | |
download | freebsd-ports-gnome-a15e30479825a825694c52d7d35c83acc37e5462.tar.gz freebsd-ports-gnome-a15e30479825a825694c52d7d35c83acc37e5462.tar.zst freebsd-ports-gnome-a15e30479825a825694c52d7d35c83acc37e5462.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')
-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 |