Date: Sun, 29 Dec 2013 10:58:07 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337955 - head/editors/nvi-devel Message-ID: <201312291058.rBTAw71x085257@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk> .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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312291058.rBTAw71x085257>