From owner-svn-ports-all@FreeBSD.ORG Sun Dec 29 10:58:08 2013 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 72CA8FFF; Sun, 29 Dec 2013 10:58:08 +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 44D1E1AE4; Sun, 29 Dec 2013 10:58:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBTAw8Kd085259; Sun, 29 Dec 2013 10:58:08 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBTAw71x085257; Sun, 29 Dec 2013 10:58:07 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201312291058.rBTAw71x085257@svn.freebsd.org> From: Johan van Selst Date: Sun, 29 Dec 2013 10:58:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337955 - head/editors/nvi-devel 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: Sun, 29 Dec 2013 10:58:08 -0000 Author: johans Date: Sun Dec 29 10:58:07 2013 New Revision: 337955 URL: http://svnweb.freebsd.org/changeset/ports/337955 Log: Enable stage support Modified: head/editors/nvi-devel/Makefile head/editors/nvi-devel/pkg-plist Modified: head/editors/nvi-devel/Makefile ============================================================================== --- head/editors/nvi-devel/Makefile Sun Dec 29 10:41:50 2013 (r337954) +++ head/editors/nvi-devel/Makefile Sun Dec 29 10:58:07 2013 (r337955) @@ -26,9 +26,7 @@ USE_BDB= 42+ CONFIGURE_ARGS+= --with-db-prefix=${LOCALBASE} \ --program-prefix=n CONFIGURE_SCRIPT= ../dist/configure -MAN1= nex.1 nvi.1 nview.1 -NO_STAGE= yes .include .if ${PORT_OPTIONS:MWIDECHAR} @@ -47,8 +45,8 @@ post-patch: post-install: .for __p in nex nvi nview - @# XXX: Hack the Makefile in the distribution so this isn't necessary. - ${RM} ${PREFIX}/man/cat1/${__p}.0 +# XXX: Hack the Makefile in the distribution so this isn't necessary. + ${RM} ${STAGEDIR}${PREFIX}/man/cat1/${__p}.0 .endfor .include Modified: head/editors/nvi-devel/pkg-plist ============================================================================== --- head/editors/nvi-devel/pkg-plist Sun Dec 29 10:41:50 2013 (r337954) +++ head/editors/nvi-devel/pkg-plist Sun Dec 29 10:58:07 2013 (r337955) @@ -5,23 +5,26 @@ lib/libvi.a lib/libvi.la lib/libvi.so lib/libvi.so.0 +man/man1/nex.1.gz +man/man1/nvi.1.gz +man/man1/nview.1.gz +share/vi/catalog/dutch +share/vi/catalog/english +share/vi/catalog/french share/vi/catalog/german -share/vi/catalog/spanish share/vi/catalog/ru_SU.KOI8-R +share/vi/catalog/spanish share/vi/catalog/swedish -share/vi/catalog/french -share/vi/catalog/english -share/vi/catalog/dutch -@dirrm share/vi/catalog -share/vi/perl/wc.pl -share/vi/perl/tk.pl -share/vi/perl/make.pl share/vi/perl/forall.pl -@dirrm share/vi/perl -share/vi/tcl/wc.tcl -share/vi/tcl/mailprocs.tcl -share/vi/tcl/gnats.tcl -share/vi/tcl/errors.tcl +share/vi/perl/make.pl +share/vi/perl/tk.pl +share/vi/perl/wc.pl share/vi/recover +share/vi/tcl/errors.tcl +share/vi/tcl/gnats.tcl +share/vi/tcl/mailprocs.tcl +share/vi/tcl/wc.tcl +@dirrm share/vi/catalog +@dirrm share/vi/perl @dirrm share/vi/tcl @dirrm share/vi