From owner-svn-ports-head@FreeBSD.ORG Tue Feb 18 16:26:41 2014 Return-Path: Delivered-To: svn-ports-head@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 F3026C91; Tue, 18 Feb 2014 16:26:40 +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 DEDC91823; Tue, 18 Feb 2014 16:26:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1IGQegV034995; Tue, 18 Feb 2014 16:26:40 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1IGQeWe034994; Tue, 18 Feb 2014 16:26:40 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201402181626.s1IGQeWe034994@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 18 Feb 2014 16:26:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344923 - head/devel/tcl-mmap 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.17 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: Tue, 18 Feb 2014 16:26:41 -0000 Author: gahr Date: Tue Feb 18 16:26:40 2014 New Revision: 344923 URL: http://svnweb.freebsd.org/changeset/ports/344923 QAT: https://qat.redports.org/buildarchive/r344923/ Log: - STAGE-clean Modified: head/devel/tcl-mmap/Makefile Modified: head/devel/tcl-mmap/Makefile ============================================================================== --- head/devel/tcl-mmap/Makefile Tue Feb 18 16:25:24 2014 (r344922) +++ head/devel/tcl-mmap/Makefile Tue Feb 18 16:26:40 2014 (r344923) @@ -19,9 +19,8 @@ CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} PLIST_DIRS= lib/mmap${PORTVERSION} PLIST_FILES= lib/mmap${PORTVERSION}/pkgIndex.tcl \ - lib/mmap${PORTVERSION}/libmmap${PORTVERSION}.so - -MANN= tcl-mmap.n + lib/mmap${PORTVERSION}/libmmap${PORTVERSION}.so \ + man/mann/tcl-mmap.n.gz regression-test: build cd ${WRKSRC}/tests; \ @@ -30,5 +29,4 @@ regression-test: build echo "load ../libmmap${PORTVERSION}.so; source $$t" | ${TCLSH}; \ done; -NO_STAGE= yes .include