From owner-svn-ports-all@FreeBSD.ORG Wed Feb 26 11:44:59 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 14112EDC; Wed, 26 Feb 2014 11:44:59 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F068A102C; Wed, 26 Feb 2014 11:44:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1QBiwCc079690; Wed, 26 Feb 2014 11:44:58 GMT (envelope-from olgeni@svn.freebsd.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1QBiwT8079689; Wed, 26 Feb 2014 11:44:58 GMT (envelope-from olgeni@svn.freebsd.org) Message-Id: <201402261144.s1QBiwT8079689@svn.freebsd.org> From: Jimmy Olgeni Date: Wed, 26 Feb 2014 11:44:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346194 - head/sysutils/webmin 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.17 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, 26 Feb 2014 11:44:59 -0000 Author: olgeni Date: Wed Feb 26 11:44:58 2014 New Revision: 346194 URL: http://svnweb.freebsd.org/changeset/ports/346194 QAT: https://qat.redports.org/buildarchive/r346194/ Log: Do not install stray files from .xvpics directories. Modified: head/sysutils/webmin/Makefile Modified: head/sysutils/webmin/Makefile ============================================================================== --- head/sysutils/webmin/Makefile Wed Feb 26 11:44:49 2014 (r346193) +++ head/sysutils/webmin/Makefile Wed Feb 26 11:44:58 2014 (r346194) @@ -3,6 +3,7 @@ PORTNAME= webmin PORTVERSION= 1.670 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://download.webmin.com/updates/:up \ SF/webadmin/${PORTNAME}/${PORTVERSION}:sf \ @@ -34,6 +35,7 @@ post-extract: ${TAR} --unlink -xzf ${DISTDIR}/$${webmin_module} -C ${WRKSRC}; \ done; \ fi + @${FIND} ${WRKSRC} -name .xvpics | ${XARGS} ${RM} -r post-patch: @${REINPLACE_CMD} -e "s@%%PREFIX%%@${PREFIX}@g" ${WRKSRC}/setup.sh