diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-04-07 08:23:50 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-04-07 08:23:50 +0000 |
commit | 7006cc81dcca32627f4cb3e57c5491aa9c43315b (patch) | |
tree | 3a12f95301c796dc300d62a0e30905e440a9e39c /editors/nvi-m17n/Makefile | |
parent | bdc61ea5e863c45dc08ecd216e98411c34a03904 (diff) | |
download | ports-7006cc81dcca32627f4cb3e57c5491aa9c43315b.tar.gz ports-7006cc81dcca32627f4cb3e57c5491aa9c43315b.zip |
Notes
Diffstat (limited to 'editors/nvi-m17n/Makefile')
-rw-r--r-- | editors/nvi-m17n/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile index 57678c4863c8..f429e2ceeb1e 100644 --- a/editors/nvi-m17n/Makefile +++ b/editors/nvi-m17n/Makefile @@ -6,15 +6,16 @@ # PORTNAME= nvi -PORTVERSION= 1.79.20111024 -PORTREVISION= 1 +PORTVERSION= 1.79.20040401 +PORTREVISION= 0 +PORTEPOCH= 1 CATEGORIES?= editors MASTER_SITES= ftp://ftp.sleepycat.com/pub/ PKGNAMESUFFIX?= -m17n DISTNAME= nvi-1.79 PATCH_SITES= ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/ -PATCHFILES= nvi-1.79.m17n-20011024.diff.gz +PATCHFILES= nvi-1.79.m17n-20040401.diff.gz MAINTAINER?= ports@FreeBSD.org COMMENT?= A clone of vi/ex, with multilingual patch, no default settings @@ -24,7 +25,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/build GNU_CONFIGURE= yes CONFIGURE_ENV= OPTFLAG='-D_PATH_SYSEXRC=\"${PREFIX}/etc/vi.exrc\"' -CONFIGURE_ARGS?= --enable-multibyte --program-prefix=n +CONFIGURE_ARGS?= --enable-multibyte --program-prefix=n MAN1= nvi.1 MLINKS= nvi.1 nex.1 nvi.1 nview.1 |