diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
commit | e1475027cde346cc8c26ff967438ba80036384a0 (patch) | |
tree | 4659b41700eb12b7f8cf84c6386677d53f5d8032 /japanese/mh/Makefile | |
parent | a1a675dbb0aeebf8a7e5798c2180a3cc6a2a42b7 (diff) | |
download | FreeBSD-ports-e1475027cde346cc8c26ff967438ba80036384a0.zip FreeBSD-ports-e1475027cde346cc8c26ff967438ba80036384a0.tar.gz |
Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
Diffstat (limited to 'japanese/mh/Makefile')
-rw-r--r-- | japanese/mh/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/japanese/mh/Makefile b/japanese/mh/Makefile index 32fd97c..5d3e727 100644 --- a/japanese/mh/Makefile +++ b/japanese/mh/Makefile @@ -3,7 +3,7 @@ # Date created: 28 March 1995 # Whom: Akito FUJITA <fujita@zoo.ncl.omron.co.jp> # -# $Id: Makefile,v 1.4 1996/06/13 05:43:06 asami Exp $ +# $Id: Makefile,v 1.5 1996/11/11 10:12:24 max Exp $ # DISTNAME= mh-6.8.3 @@ -14,6 +14,15 @@ DISTFILES= mh-6.8.3-JP.2c.tar.gz MAINTAINER= asami@FreeBSD.ORG +MAN1= ali.1 anno.1 burst.1 comp.1 dist.1 folder.1 forw.1 inc.1 \ + mark.1 mh-chart.1 mh.1 mhl.1 mhook.1 mhmail.1 mhn.1 \ + mhparam.1 mhpath.1 msgchk.1 msh.1 next.1 packf.1 pick.1 \ + prev.1 prompter.1 rcvstore.1 refile.1 repl.1 rmf.1 rmm.1 \ + scan.1 send.1 show.1 slocal.1 sortm.1 vmh.1 whatnow.1 whom.1 +MAN5= mh-alias.5 mh-format.5 mh-mail.5 mh-profile.5 mh-sequence.5 \ + mh-tailor.5 +MAN8= ap.8 conflict.8 dp.8 install-mh.8 post.8 fmtdump.8 + post-install: ldconfig -m ${PREFIX}/lib |