From owner-svn-ports-head@FreeBSD.ORG Thu May 14 11:48:45 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F05DD89B; Thu, 14 May 2015 11:48:44 +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 DD42E18C0; Thu, 14 May 2015 11:48:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4EBmi0w076119; Thu, 14 May 2015 11:48:44 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4EBmik7076118; Thu, 14 May 2015 11:48:44 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505141148.t4EBmik7076118@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 14 May 2015 11:48:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386322 - head/math/p5-Math-Geometry-Planar-GPC-PolygonXS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 May 2015 11:48:45 -0000 Author: amdmi3 Date: Thu May 14 11:48:44 2015 New Revision: 386322 URL: https://svnweb.freebsd.org/changeset/ports/386322 Log: - Remove test target, it is already defined by Mk/Uses/perl5.mk Suggested by: mat Modified: head/math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile Modified: head/math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile ============================================================================== --- head/math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile Thu May 14 11:40:26 2015 (r386321) +++ head/math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile Thu May 14 11:48:44 2015 (r386322) @@ -22,7 +22,4 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/PolygonXS/PolygonXS.so ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/PolygonXS/PolygonXS.so -regression-test test: build - @cd ${WRKSRC} && ${MAKE} test - .include