diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-06 17:28:46 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-06 17:28:46 +0000 |
commit | 9863ab869a0b15d4b632a6a4c46b36703ff2d7fe (patch) | |
tree | 5325183051ab8ab551ceadf3c12b90ddda5ff3ae /japanese/elvis/Makefile | |
parent | b0a184c6ba869bd7434b0ced97c06bc42b3ad794 (diff) |
- Use termios instead of sgtty
PR: 113326
Submitted by: Ed Schouten <ed@fxq.nl>
Notes
Notes:
svn path=/head/; revision=192940
Diffstat (limited to 'japanese/elvis/Makefile')
-rw-r--r-- | japanese/elvis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/elvis/Makefile b/japanese/elvis/Makefile index 02f5bff39619..573e5ce7acc1 100644 --- a/japanese/elvis/Makefile +++ b/japanese/elvis/Makefile @@ -10,8 +10,8 @@ PORTVERSION= 1.8.4 PORTREVISION= 1 CATEGORIES= japanese editors MASTER_SITES= ftp://ftp.cs.pdx.edu/pub/elvis/ -EXTRACT_SUFX= .tgz DISTNAME= ${PORTNAME}-1.8 +EXTRACT_SUFX= .tgz PATCH_SITES= ftp://ftp.foretune.co.jp/pub/tools/jelvis/ PATCHFILES= j${PORTNAME}1.8p4-j1.1.tar.Z |