diff options
author | max <max@FreeBSD.org> | 1997-09-15 08:04:00 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-09-15 08:04:00 +0800 |
commit | 9c5dbca1de3c8f8ff02e5251fec496cbef66e1a6 (patch) | |
tree | c505f27b8ce66eb34d5a0844296b484f37d6d346 /japanese/elvis | |
parent | 56bd341f13de63729f7311463ec21c8acd873d9b (diff) | |
download | freebsd-ports-graphics-9c5dbca1de3c8f8ff02e5251fec496cbef66e1a6.tar.gz freebsd-ports-graphics-9c5dbca1de3c8f8ff02e5251fec496cbef66e1a6.tar.zst freebsd-ports-graphics-9c5dbca1de3c8f8ff02e5251fec496cbef66e1a6.zip |
Define MAN1 & MANCOMPRESSED.
Move PATCH_DIST_STRIP to appropriate place.
Diffstat (limited to 'japanese/elvis')
-rw-r--r-- | japanese/elvis/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/japanese/elvis/Makefile b/japanese/elvis/Makefile index f071203fd62..47c92a35d72 100644 --- a/japanese/elvis/Makefile +++ b/japanese/elvis/Makefile @@ -3,7 +3,7 @@ # Date created: 5 October 1995 # Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp> # -# $Id: Makefile,v 1.7 1997/09/14 21:34:34 max Exp $ +# $Id: Makefile,v 1.8 1997/09/14 23:58:18 max Exp $ # DISTNAME= elvis-1.8 @@ -14,13 +14,15 @@ EXTRACT_SUFX= .tgz PATCH_SITES= ftp://ftp.foretune.co.jp/pub/tools/jelvis/ PATCHFILES= jelvis1.8p4-j1.1.tar.Z -PATCH_DIST_STRIP= -p1 MAINTAINER= sanpei@yy.cs.keio.ac.jp LIB_DEPENDS= canna\\.1\\.:${PORTSDIR}/japanese/Canna NO_WRKSUBDIR= yes +PATCH_DIST_STRIP= -p1 +MAN1= elvis.1 ctags.1 ref.1 elvrec.1 elvprsv.1 +MANCOMPRESSED= yes STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/ja-elvis.sh |