Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2001 12:23:55 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/24544: Update port: editors/nvi-m17n
Message-ID:  <200101222023.f0MKNsq86773@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         24544
>Category:       ports
>Synopsis:       Update port: editors/nvi-m17n
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 22 12:30:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Support MAN/MLINKS properly

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/editors/nvi-m17n/Makefile editors/nvi-m17n/Makefile
--- /usr/ports/editors/nvi-m17n/Makefile	Thu Jan 11 20:40:14 2001
+++ editors/nvi-m17n/Makefile	Tue Jan 23 02:53:05 2001
@@ -7,6 +7,7 @@
 
 PORTNAME=	nvi
 PORTVERSION=	1.79.19991117
+PORTREVISON=	1
 CATEGORIES?=	editors
 MASTER_SITES=	ftp://sleepy.vwh.net/pub/\
 		ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
@@ -16,26 +17,31 @@
 PATCH_SITES=	ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
 PATCHFILES=	nvi-1.79.m17n-19991117.diff.gz
 
-MAINTAINER=	ports@freebsd.org
+MAINTAINER=	ports@FreeBSD.org
 
 #LIB_DEPENDS=	canna.1:${PORTSDIR}/japanese/Canna
 
-SLAVEDIRS=	chinese/nvi-big5 chinese/nvi-euc-cn chinese/nvi-euc-tw
+PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet -E -p1 -f
 WRKSRC=		${WRKDIR}/${DISTNAME}/build
+
 GNU_CONFIGURE=	yes
-PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet -E -p1 -f
 CONFIGURE_ENV=	OPTFLAG='-D_PATH_SYSEXRC=\"${PREFIX}/etc/vi.exrc\"'
 CONFIGURE_ARGS=	--enable-multibyte --program-prefix=n
 
+MAN1=		nvi.1
+MLINKS=		nvi.1 nex.1  nvi.1 nview.1
+
+SLAVEDIRS=	chinese/nvi-big5 chinese/nvi-euc-cn chinese/nvi-euc-tw
+
 .include <bsd.port.pre.mk>
 
 post-patch:
 	${LN} -s /usr/include/sys/queue.h ${WRKSRC}/../include/sys/queue_dist.h
 
 post-install:
-	@${CP} ${WRKSRC}/../docs.m17n/README.english \
-		${PREFIX}/share/vi/
-	@${CP} ${WRKSRC}/../docs.m17n/README.japanese \
+	${INSTALL_DATA} ${WRKSRC}/../docs.m17n/README.english \
 		${PREFIX}/share/vi/
+	${INSTALL_DATA} ${WRKSRC}/../docs.m17n/README.japanese \
+		 ${PREFIX}/share/vi
 
 .include <bsd.port.post.mk>
diff -urN /usr/ports/editors/nvi-m17n/pkg-plist editors/nvi-m17n/pkg-plist
--- /usr/ports/editors/nvi-m17n/pkg-plist	Fri Aug 22 01:55:26 1997
+++ editors/nvi-m17n/pkg-plist	Thu Jan 18 03:48:29 2001
@@ -1,14 +1,10 @@
-bin/nvi
 bin/nex
+bin/nvi
 bin/nview
-bin/regular
 bin/qregular
-man/man1/nvi.1
-man/man1/nex.1
-man/man1/nview.1
+bin/regular
 share/vi/README.english
 share/vi/README.japanese
-share/vi/recover
 share/vi/catalog/dutch
 share/vi/catalog/english
 share/vi/catalog/french
@@ -20,11 +16,12 @@
 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/perl
+@dirrm share/vi/catalog
 @dirrm share/vi


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101222023.f0MKNsq86773>