svn commit: r337955 - head/editors/nvi-devel

Johan van Selst johans at FreeBSD.org
Sun Dec 29 10:58:08 UTC 2013


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
- at dirrm share/vi/catalog
-share/vi/perl/wc.pl
-share/vi/perl/tk.pl
-share/vi/perl/make.pl
 share/vi/perl/forall.pl
- at 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
+ at dirrm share/vi/catalog
+ at dirrm share/vi/perl
 @dirrm share/vi/tcl
 @dirrm share/vi


More information about the svn-ports-head mailing list