From owner-svn-ports-head@FreeBSD.ORG Thu Oct 2 14:06:14 2014 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 3F3C9EA9; Thu, 2 Oct 2014 14:06:14 +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 2B9AF881; Thu, 2 Oct 2014 14:06:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s92E6ET3099555; Thu, 2 Oct 2014 14:06:14 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92E6EE5099554; Thu, 2 Oct 2014 14:06:14 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201410021406.s92E6EE5099554@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 2 Oct 2014 14:06:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369826 - head/www/p5-HTML-Strip 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.18-1 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, 02 Oct 2014 14:06:14 -0000 Author: mat Date: Thu Oct 2 14:06:13 2014 New Revision: 369826 URL: https://svnweb.freebsd.org/changeset/ports/369826 QAT: https://qat.redports.org/buildarchive/r369826/ Log: Make buildable. Pointy hat to: skreuzer Sponsored by: Absolight Modified: head/www/p5-HTML-Strip/Makefile Modified: head/www/p5-HTML-Strip/Makefile ============================================================================== --- head/www/p5-HTML-Strip/Makefile Thu Oct 2 13:36:09 2014 (r369825) +++ head/www/p5-HTML-Strip/Makefile Thu Oct 2 14:06:13 2014 (r369826) @@ -13,4 +13,6 @@ COMMENT= Perl5 module for strip HTML tag USES= perl5 USE_PERL5= configure +WRKSRC= ${WRKDIR}/${PORTNAME} + .include