svn commit: r342187 - head/editors/2bsd-vi

Martin Wilke miwi at FreeBSD.org
Sat Feb 1 16:57:05 UTC 2014


Author: miwi
Date: Sat Feb  1 16:57:04 2014
New Revision: 342187
URL: http://svnweb.freebsd.org/changeset/ports/342187
QAT: https://qat.redports.org/buildarchive/r342187/

Log:
  - Stage support

Modified:
  head/editors/2bsd-vi/Makefile
  head/editors/2bsd-vi/pkg-plist

Modified: head/editors/2bsd-vi/Makefile
==============================================================================
--- head/editors/2bsd-vi/Makefile	Sat Feb  1 16:56:53 2014	(r342186)
+++ head/editors/2bsd-vi/Makefile	Sat Feb  1 16:57:04 2014	(r342187)
@@ -20,13 +20,9 @@ USE_BZIP2=	yes
 PRESERVEDIR=	/var/preserve/${UNIQUENAME}
 PLIST_SUB=	PRESERVEDIR="${PRESERVEDIR}"
 
-MAN1=	ex.1 vi.1
-MLINKS=	ex.1 edit.1  vi.1 vedit.1  vi.1 view.1
-
 post-extract:	.SILENT
 	${RM} -fr ${WRKSRC}/libuxre ${WRKSRC}/regexp.h
 
-NO_STAGE=	yes
 post-patch:
 .for f in Makefile ex.1 expreserve.c exrecover.c vi.1
 	@${REINPLACE_CMD} -e 's|/var/preserve|${PRESERVEDIR}|' ${WRKSRC}/${f}

Modified: head/editors/2bsd-vi/pkg-plist
==============================================================================
--- head/editors/2bsd-vi/pkg-plist	Sat Feb  1 16:56:53 2014	(r342186)
+++ head/editors/2bsd-vi/pkg-plist	Sat Feb  1 16:57:04 2014	(r342187)
@@ -5,5 +5,10 @@ bin/vi
 bin/view
 libexec/exrecover
 libexec/expreserve
+man/man1/edit.1.gz
+man/man1/ex.1.gz
+man/man1/vedit.1.gz
+man/man1/vi.1.gz
+man/man1/view.1.gz
 @exec install -d -m 1777 %%PRESERVEDIR%%
 @unexec rmdir %%PRESERVEDIR%% 2> /dev/null || true


More information about the svn-ports-head mailing list