mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Misc. cleanup. They've been in my tree for a while, I forgot to commit them.
This commit is contained in:
parent
1ad8734a8f
commit
834490816d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5965
@ -3,24 +3,20 @@
|
||||
# Date created: 6 Mar 1997
|
||||
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1997/03/06 08:38:44 asami Exp $
|
||||
#
|
||||
|
||||
# can't use PORTSDIR here, since we haven't included bsd.port.mk
|
||||
FILESDIR= ${.CURDIR}/../../editors/nvi/files
|
||||
PATCHDIR= ${.CURDIR}/../../editors/nvi/patches
|
||||
PKGDIR= ${.CURDIR}/../../editors/nvi/pkg
|
||||
COMMENT= ${.CURDIR}/pkg/COMMENT
|
||||
|
||||
.include <${.CURDIR}/../../editors/nvi/Makefile>
|
||||
# bsd.port.mk has been included in the above statement, so we don't need to
|
||||
# include it again.
|
||||
|
||||
PKGNAME= cn-nvi-big5-1.79-970306
|
||||
CATEGORIES= chinese editors
|
||||
|
||||
MAINTAINER= itojun@itojun.org
|
||||
|
||||
#LIB_DEPENDS+= canna\\.1\\.:${PORTSDIR}/japanese/Canna
|
||||
|
||||
FILESDIR= ${PORTSDIR}/editors/nvi/files
|
||||
PATCHDIR= ${PORTSDIR}/editors/nvi/patches
|
||||
PKGDIR= ${PORTSDIR}/editors/nvi/pkg
|
||||
COMMENT= ${.CURDIR}/pkg/COMMENT
|
||||
|
||||
CONFIGURE_ARGS= --enable-multibyte=big5 --program-prefix=n
|
||||
|
@ -3,24 +3,20 @@
|
||||
# Date created: 6 Mar 1997
|
||||
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
||||
#
|
||||
# $Id: Makefile,v 1.1.1.1 1997/03/06 08:38:44 asami Exp $
|
||||
# $Id: Makefile,v 1.2 1997/03/06 11:48:00 asami Exp $
|
||||
#
|
||||
|
||||
# can't use PORTSDIR here, since we haven't included bsd.port.mk
|
||||
FILESDIR= ${.CURDIR}/../../editors/nvi/files
|
||||
PATCHDIR= ${.CURDIR}/../../editors/nvi/patches
|
||||
PKGDIR= ${.CURDIR}/../../editors/nvi/pkg
|
||||
COMMENT= ${.CURDIR}/pkg/COMMENT
|
||||
|
||||
.include <${.CURDIR}/../../editors/nvi/Makefile>
|
||||
# bsd.port.mk has been included in the above statement, so we don't need to
|
||||
# include it again.
|
||||
|
||||
PKGNAME= cn-nvi-euccn-1.79-970306
|
||||
CATEGORIES= chinese editors
|
||||
|
||||
MAINTAINER= itojun@itojun.org
|
||||
|
||||
#LIB_DEPENDS+= canna\\.1\\.:${PORTSDIR}/japanese/Canna
|
||||
|
||||
FILESDIR= ${PORTSDIR}/editors/nvi/files
|
||||
PATCHDIR= ${PORTSDIR}/editors/nvi/patches
|
||||
PKGDIR= ${PORTSDIR}/editors/nvi/pkg
|
||||
COMMENT= ${.CURDIR}/pkg/COMMENT
|
||||
|
||||
CONFIGURE_ARGS= --enable-multibyte=euc-cn --program-prefix=n
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 6 Mar 1997
|
||||
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1997/03/06 08:38:44 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= nvi-1.79
|
||||
@ -11,6 +11,7 @@ PKGNAME= nvi-m17n-1.79-970306
|
||||
CATEGORIES= japanese editors
|
||||
MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/4bsd/\
|
||||
ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
|
||||
|
||||
PATCHFILES= nvi-1.79.m17n-970306.diff.gz
|
||||
PATCH_SITES= ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
|
||||
|
||||
@ -20,6 +21,7 @@ MAINTAINER= itojun@itojun.org
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build
|
||||
GNU_CONFIGURE= yes
|
||||
# can't say PATCH_DIST_STRIP=-p1 because contains files outside ${WRKSRC}
|
||||
PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet -E -p0
|
||||
CONFIGURE_ENV= OPTFLAG='-D_PATH_SYSEXRC=\"/usr/local/etc/vi.exrc\"'
|
||||
CONFIGURE_ARGS= --enable-multibyte --program-prefix=n
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 6 Mar 1997
|
||||
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1997/03/06 08:38:44 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= nvi-1.79
|
||||
@ -11,6 +11,7 @@ PKGNAME= nvi-m17n-1.79-970306
|
||||
CATEGORIES= japanese editors
|
||||
MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/4bsd/\
|
||||
ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
|
||||
|
||||
PATCHFILES= nvi-1.79.m17n-970306.diff.gz
|
||||
PATCH_SITES= ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
|
||||
|
||||
@ -20,6 +21,7 @@ MAINTAINER= itojun@itojun.org
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build
|
||||
GNU_CONFIGURE= yes
|
||||
# can't say PATCH_DIST_STRIP=-p1 because contains files outside ${WRKSRC}
|
||||
PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet -E -p0
|
||||
CONFIGURE_ENV= OPTFLAG='-D_PATH_SYSEXRC=\"/usr/local/etc/vi.exrc\"'
|
||||
CONFIGURE_ARGS= --enable-multibyte --program-prefix=n
|
||||
|
@ -3,13 +3,16 @@
|
||||
# Date created: 6 Mar 1997
|
||||
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1997/03/06 08:38:45 asami Exp $
|
||||
#
|
||||
|
||||
# can't use PORTSDIR here, since we haven't included bsd.port.mk
|
||||
FILESDIR= ${.CURDIR}/../../editors/nvi/files
|
||||
PATCHDIR= ${.CURDIR}/../../editors/nvi/patches
|
||||
PKGDIR= ${.CURDIR}/../../editors/nvi/pkg
|
||||
COMMENT= ${.CURDIR}/pkg/COMMENT
|
||||
|
||||
.include <${.CURDIR}/../../editors/nvi/Makefile>
|
||||
# bsd.port.mk has been included in the above statement, so we don't need to
|
||||
# include it again.
|
||||
|
||||
PKGNAME= jp-nvi-eucjp-1.79-970306
|
||||
CATEGORIES= japanese editors
|
||||
@ -18,9 +21,4 @@ MAINTAINER= itojun@itojun.org
|
||||
|
||||
LIB_DEPENDS+= canna\\.1\\.:${PORTSDIR}/japanese/Canna
|
||||
|
||||
FILESDIR= ${PORTSDIR}/editors/nvi/files
|
||||
PATCHDIR= ${PORTSDIR}/editors/nvi/patches
|
||||
PKGDIR= ${PORTSDIR}/editors/nvi/pkg
|
||||
COMMENT= ${.CURDIR}/pkg/COMMENT
|
||||
|
||||
CONFIGURE_ARGS= --enable-multibyte=euc-jp --program-prefix=n --enable-canna
|
||||
|
@ -3,13 +3,16 @@
|
||||
# Date created: 6 Mar 1997
|
||||
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1997/03/06 08:38:45 asami Exp $
|
||||
#
|
||||
|
||||
# can't use PORTSDIR here, since we haven't included bsd.port.mk
|
||||
FILESDIR= ${.CURDIR}/../../editors/nvi/files
|
||||
PATCHDIR= ${.CURDIR}/../../editors/nvi/patches
|
||||
PKGDIR= ${.CURDIR}/../../editors/nvi/pkg
|
||||
COMMENT= ${.CURDIR}/pkg/COMMENT
|
||||
|
||||
.include <${.CURDIR}/../../editors/nvi/Makefile>
|
||||
# bsd.port.mk has been included in the above statement, so we don't need to
|
||||
# include it again.
|
||||
|
||||
PKGNAME= jp-nvi-iso2022jp-1.79-970306
|
||||
CATEGORIES= japanese editors
|
||||
@ -18,9 +21,4 @@ MAINTAINER= itojun@itojun.org
|
||||
|
||||
LIB_DEPENDS+= canna\\.1\\.:${PORTSDIR}/japanese/Canna
|
||||
|
||||
FILESDIR= ${PORTSDIR}/editors/nvi/files
|
||||
PATCHDIR= ${PORTSDIR}/editors/nvi/patches
|
||||
PKGDIR= ${PORTSDIR}/editors/nvi/pkg
|
||||
COMMENT= ${.CURDIR}/pkg/COMMENT
|
||||
|
||||
CONFIGURE_ARGS= --enable-multibyte=iso-2022-jp --program-prefix=n --enable-canna
|
||||
|
@ -3,13 +3,16 @@
|
||||
# Date created: 6 Mar 1997
|
||||
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1997/03/06 08:38:45 asami Exp $
|
||||
#
|
||||
|
||||
# can't use PORTSDIR here, since we haven't included bsd.port.mk
|
||||
FILESDIR= ${.CURDIR}/../../editors/nvi/files
|
||||
PATCHDIR= ${.CURDIR}/../../editors/nvi/patches
|
||||
PKGDIR= ${.CURDIR}/../../editors/nvi/pkg
|
||||
COMMENT= ${.CURDIR}/pkg/COMMENT
|
||||
|
||||
.include <${.CURDIR}/../../editors/nvi/Makefile>
|
||||
# bsd.port.mk has been included in the above statement, so we don't need to
|
||||
# include it again.
|
||||
|
||||
PKGNAME= jp-nvi-sjis-1.79-970306
|
||||
CATEGORIES= japanese editors
|
||||
@ -18,9 +21,4 @@ MAINTAINER= itojun@itojun.org
|
||||
|
||||
LIB_DEPENDS+= canna\\.1\\.:${PORTSDIR}/japanese/Canna
|
||||
|
||||
FILESDIR= ${PORTSDIR}/editors/nvi/files
|
||||
PATCHDIR= ${PORTSDIR}/editors/nvi/patches
|
||||
PKGDIR= ${PORTSDIR}/editors/nvi/pkg
|
||||
COMMENT= ${.CURDIR}/pkg/COMMENT
|
||||
|
||||
CONFIGURE_ARGS= --enable-multibyte=sjis --program-prefix=n --enable-canna
|
||||
|
@ -3,24 +3,20 @@
|
||||
# Date created: 6 Mar 1997
|
||||
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1997/03/06 08:38:46 asami Exp $
|
||||
#
|
||||
|
||||
# can't use PORTSDIR here, since we haven't included bsd.port.mk
|
||||
FILESDIR= ${.CURDIR}/../../editors/nvi/files
|
||||
PATCHDIR= ${.CURDIR}/../../editors/nvi/patches
|
||||
PKGDIR= ${.CURDIR}/../../editors/nvi/pkg
|
||||
COMMENT= ${.CURDIR}/pkg/COMMENT
|
||||
|
||||
.include <${.CURDIR}/../../editors/nvi/Makefile>
|
||||
# bsd.port.mk has been included in the above statement, so we don't need to
|
||||
# include it again.
|
||||
|
||||
PKGNAME= kr-nvi-euckr-1.79-970306
|
||||
CATEGORIES= korean editors
|
||||
|
||||
MAINTAINER= itojun@itojun.org
|
||||
|
||||
#LIB_DEPENDS+= canna\\.1\\.:${PORTSDIR}/japanese/Canna
|
||||
|
||||
FILESDIR= ${PORTSDIR}/editors/nvi/files
|
||||
PATCHDIR= ${PORTSDIR}/editors/nvi/patches
|
||||
PKGDIR= ${PORTSDIR}/editors/nvi/pkg
|
||||
COMMENT= ${.CURDIR}/pkg/COMMENT
|
||||
|
||||
CONFIGURE_ARGS= --enable-multibyte=euc-kr --program-prefix=n
|
||||
|
@ -3,24 +3,20 @@
|
||||
# Date created: 6 Mar 1997
|
||||
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1997/03/06 08:38:46 asami Exp $
|
||||
#
|
||||
|
||||
# can't use PORTSDIR here, since we haven't included bsd.port.mk
|
||||
FILESDIR= ${.CURDIR}/../../editors/nvi/files
|
||||
PATCHDIR= ${.CURDIR}/../../editors/nvi/patches
|
||||
PKGDIR= ${.CURDIR}/../../editors/nvi/pkg
|
||||
COMMENT= ${.CURDIR}/pkg/COMMENT
|
||||
|
||||
.include <${.CURDIR}/../../editors/nvi/Makefile>
|
||||
# bsd.port.mk has been included in the above statement, so we don't need to
|
||||
# include it again.
|
||||
|
||||
PKGNAME= kr-nvi-iso2022kr-1.79-970306
|
||||
CATEGORIES= korean editors
|
||||
|
||||
MAINTAINER= itojun@itojun.org
|
||||
|
||||
#LIB_DEPENDS+= canna\\.1\\.:${PORTSDIR}/japanese/Canna
|
||||
|
||||
FILESDIR= ${PORTSDIR}/editors/nvi/files
|
||||
PATCHDIR= ${PORTSDIR}/editors/nvi/patches
|
||||
PKGDIR= ${PORTSDIR}/editors/nvi/pkg
|
||||
COMMENT= ${.CURDIR}/pkg/COMMENT
|
||||
|
||||
CONFIGURE_ARGS= --enable-multibyte=iso-2022-kr --program-prefix=n
|
||||
|
Loading…
Reference in New Issue
Block a user