From owner-svn-ports-all@FreeBSD.ORG Wed May 14 14:26:55 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F0698D03; Wed, 14 May 2014 14:26:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DDDDC2534; Wed, 14 May 2014 14:26:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4EEQtTD065009; Wed, 14 May 2014 14:26:55 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4EEQtZ5065008; Wed, 14 May 2014 14:26:55 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201405141426.s4EEQtZ5065008@svn.freebsd.org> From: Koop Mast Date: Wed, 14 May 2014 14:26:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354061 - head/textproc/libxml2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2014 14:26:56 -0000 Author: kwm Date: Wed May 14 14:26:55 2014 New Revision: 354061 URL: http://svnweb.freebsd.org/changeset/ports/354061 QAT: https://qat.redports.org/buildarchive/r354061/ Log: Make sure to remove all orphaned doc dirs. Submitted by: port jenkins via swills@ Modified: head/textproc/libxml2/Makefile Modified: head/textproc/libxml2/Makefile ============================================================================== --- head/textproc/libxml2/Makefile Wed May 14 14:22:23 2014 (r354060) +++ head/textproc/libxml2/Makefile Wed May 14 14:26:55 2014 (r354061) @@ -60,7 +60,7 @@ post-patch: .if !defined(MASTERDIR) post-install: - @${RM} -rf ${STAGEDIR}${PREFIX}/share/gtk-doc/html/libxml2 + @${RM} -rf ${STAGEDIR}${PREFIX}/share/gtk-doc .endif .include