diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-08 12:35:28 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-08 12:35:28 +0000 |
commit | 5fb4dec2c84488dbfda4937d4d34492cc61431a5 (patch) | |
tree | d64ba76a8e6bcce65a0b14ab1f04d7feae456eac /editors | |
parent | e28a51b4e13733e75bf0d77a31ce751806f9097c (diff) | |
download | ports-5fb4dec2c84488dbfda4937d4d34492cc61431a5.tar.gz ports-5fb4dec2c84488dbfda4937d4d34492cc61431a5.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nvi-m17n/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile index 88e139c97f06..b6bc6f572247 100644 --- a/editors/nvi-m17n/Makefile +++ b/editors/nvi-m17n/Makefile @@ -7,7 +7,7 @@ PORTNAME= nvi PORTVERSION= 1.79.19991117 -PORTREVISON= 1 +PORTREVISION= 1 CATEGORIES?= editors MASTER_SITES= ftp://sleepy.vwh.net/pub/\ ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/ @@ -19,8 +19,6 @@ PATCHFILES= nvi-1.79.m17n-19991117.diff.gz MAINTAINER= ports@FreeBSD.org -#LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/Canna - PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet -E -p1 -f WRKSRC= ${WRKDIR}/${DISTNAME}/build |