diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-03-15 11:56:09 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-03-15 11:56:09 +0000 |
commit | 834490816ddc9135c6bcb0fbff6803e1cf76e5f8 (patch) | |
tree | c84c33c98646dac5c3b260433b6528710056e80f /editors/nvi-perl | |
parent | Remove catpages. I don't know how this sneaked past me in the first place. (diff) |
Misc. cleanup. They've been in my tree for a while, I forgot to commit them.
Diffstat (limited to 'editors/nvi-perl')
-rw-r--r-- | editors/nvi-perl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/nvi-perl/Makefile b/editors/nvi-perl/Makefile index 01f4c2eec876..8dd238137364 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 |