diff options
author | asami <asami@FreeBSD.org> | 1997-03-15 11:56:09 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-03-15 11:56:09 +0000 |
commit | 21de50acb951b5d13b9c11e543372100163117a1 (patch) | |
tree | cf0e26410d6830837601cf2cdb37388049507bb4 | |
parent | 13d8eba3fd5da7097b8d2959805c2ea6d731bd32 (diff) | |
download | FreeBSD-ports-21de50acb951b5d13b9c11e543372100163117a1.zip FreeBSD-ports-21de50acb951b5d13b9c11e543372100163117a1.tar.gz |
Misc. cleanup. They've been in my tree for a while, I forgot to commit them.
-rw-r--r-- | chinese/nvi-big5/Makefile | 16 | ||||
-rw-r--r-- | chinese/nvi-euc-cn/Makefile | 16 | ||||
-rw-r--r-- | editors/nvi-m17n/Makefile | 4 | ||||
-rw-r--r-- | editors/nvi-perl/Makefile | 4 | ||||
-rw-r--r-- | japanese/nvi-euc-jp/Makefile | 14 | ||||
-rw-r--r-- | japanese/nvi-iso-2022-jp/Makefile | 14 | ||||
-rw-r--r-- | japanese/nvi-sjis/Makefile | 14 | ||||
-rw-r--r-- | korean/nvi-euc-kr/Makefile | 16 | ||||
-rw-r--r-- | korean/nvi-iso-2022-kr/Makefile | 16 |
9 files changed, 48 insertions, 66 deletions
diff --git a/chinese/nvi-big5/Makefile b/chinese/nvi-big5/Makefile index df4ec00..1107859 100644 --- a/chinese/nvi-big5/Makefile +++ b/chinese/nvi-big5/Makefile @@ -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 diff --git a/chinese/nvi-euc-cn/Makefile b/chinese/nvi-euc-cn/Makefile index f59e57e..b65c8dc 100644 --- a/chinese/nvi-euc-cn/Makefile +++ b/chinese/nvi-euc-cn/Makefile @@ -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 diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile index 01f4c2e..8dd2381 100644 --- a/editors/nvi-m17n/Makefile +++ b/editors/nvi-m17n/Makefile @@ -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 diff --git a/editors/nvi-perl/Makefile b/editors/nvi-perl/Makefile index 01f4c2e..8dd2381 100644 --- a/editors/nvi-perl/Makefile +++ b/editors/nvi-perl/Makefile @@ -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 diff --git a/japanese/nvi-euc-jp/Makefile b/japanese/nvi-euc-jp/Makefile index 6f17546..5376f88 100644 --- a/japanese/nvi-euc-jp/Makefile +++ b/japanese/nvi-euc-jp/Makefile @@ -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 diff --git a/japanese/nvi-iso-2022-jp/Makefile b/japanese/nvi-iso-2022-jp/Makefile index 1a3885d..7824c1e 100644 --- a/japanese/nvi-iso-2022-jp/Makefile +++ b/japanese/nvi-iso-2022-jp/Makefile @@ -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 diff --git a/japanese/nvi-sjis/Makefile b/japanese/nvi-sjis/Makefile index bd157ee..4cd8221 100644 --- a/japanese/nvi-sjis/Makefile +++ b/japanese/nvi-sjis/Makefile @@ -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 diff --git a/korean/nvi-euc-kr/Makefile b/korean/nvi-euc-kr/Makefile index b4a8c21..9cee59d 100644 --- a/korean/nvi-euc-kr/Makefile +++ b/korean/nvi-euc-kr/Makefile @@ -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 diff --git a/korean/nvi-iso-2022-kr/Makefile b/korean/nvi-iso-2022-kr/Makefile index 5d23d83..e3791b3 100644 --- a/korean/nvi-iso-2022-kr/Makefile +++ b/korean/nvi-iso-2022-kr/Makefile @@ -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 |