diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-09 20:41:03 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-09 20:41:03 +0800 |
commit | 003fab681342181fc56ea5177f7d38d67b7d1084 (patch) | |
tree | 74dd9e46d8f69284d12ebd192b5bfeadd944a28d /dns | |
parent | f2662d69691caf4c930a17b218f3f99023cb39ed (diff) | |
download | freebsd-ports-gnome-003fab681342181fc56ea5177f7d38d67b7d1084.tar.gz freebsd-ports-gnome-003fab681342181fc56ea5177f7d38d67b7d1084.tar.zst freebsd-ports-gnome-003fab681342181fc56ea5177f7d38d67b7d1084.zip |
Unbreak after OPTIONS helper conversion (extra patch was applied when DOCS
was on when it should have been applied when DOCS was off)
With stage, we do not need this patch anymore
Reported by: pkg-fallout
Diffstat (limited to 'dns')
-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 \ |