diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-02-08 20:35:28 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-02-08 20:35:28 +0800 |
commit | 601b902a87ef9e5bb1361463844f5a8e207f2841 (patch) | |
tree | a78863399c37191c9bb020e5757e2d15f6047943 /editors | |
parent | 05f5dfcc175e899a4e5e2c745cc6f61ffa5c62c6 (diff) | |
download | freebsd-ports-gnome-601b902a87ef9e5bb1361463844f5a8e207f2841.tar.gz freebsd-ports-gnome-601b902a87ef9e5bb1361463844f5a8e207f2841.tar.zst freebsd-ports-gnome-601b902a87ef9e5bb1361463844f5a8e207f2841.zip |
Fix typo
PR: 24874
Submitted by: Ports Fury
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 |