diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-09 12:41:03 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-09 12:41:03 +0000 |
commit | c0a78e43e586f20799ce825235d4fa74284f2df1 (patch) | |
tree | 74dd9e46d8f69284d12ebd192b5bfeadd944a28d /dns/updatedd | |
parent | eed438e1c890d2e09212b3142a551fb7edc503e7 (diff) |
Notes
Diffstat (limited to 'dns/updatedd')
-rw-r--r-- | dns/updatedd/Makefile | 2 | ||||
-rw-r--r-- | dns/updatedd/files/extrapatch-disable-portdocs | 11 |
2 files changed, 0 insertions, 13 deletions
diff --git a/dns/updatedd/Makefile b/dns/updatedd/Makefile index de362072a592..aef7fa4ebedf 100644 --- a/dns/updatedd/Makefile +++ b/dns/updatedd/Makefile @@ -18,6 +18,4 @@ GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -DOCS_EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-disable-portdocs - .include <bsd.port.mk> diff --git a/dns/updatedd/files/extrapatch-disable-portdocs b/dns/updatedd/files/extrapatch-disable-portdocs deleted file mode 100644 index 622869b2dab9..000000000000 --- a/dns/updatedd/files/extrapatch-disable-portdocs +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Fri Sep 15 10:19:08 2006 -+++ Makefile.in Sun Feb 18 15:06:01 2007 -@@ -189,7 +189,7 @@ - target_os = @target_os@ - target_vendor = @target_vendor@ - @COND_PERL_TRUE@MAYBE_PERL = updatedd-wrapper scripts --SUBDIRS = libupdatedd-exception src src/plugins include $(MAYBE_PERL) Documentation -+SUBDIRS = libupdatedd-exception src src/plugins include $(MAYBE_PERL) - - #distdir = ../$(PACKAGE)-$(VERSION) - EXTRA_DIST = debian/compat debian/control debian/copyright debian/postinst debian/rules \ |