diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-09-12 11:26:30 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-09-12 11:26:30 +0000 |
commit | e32d1d789a9b142727c871189aa522f39ffa4eb7 (patch) | |
tree | 7063eb0461fd746b720d5ecd4e67f5b975e837ad /lang/f2c/files | |
parent | d4f49ce51d092dde9e7d2cddfcd6aaeb0dc7e955 (diff) | |
download | pkgsrc-e32d1d789a9b142727c871189aa522f39ffa4eb7.tar.gz |
Restore the catman page installation. This reverts the fix for PR#42533,
and ensures that the manual pages can now be read on SunOS, however it
should not affect HP-UX support as this package now pulls in nroff as a
tool to correctly generate the catman page.
Bump PKGREVISION.
Diffstat (limited to 'lang/f2c/files')
-rw-r--r-- | lang/f2c/files/f2c.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/f2c/files/f2c.mk b/lang/f2c/files/f2c.mk index f09e5b503be..7f46a750c1b 100644 --- a/lang/f2c/files/f2c.mk +++ b/lang/f2c/files/f2c.mk @@ -1,6 +1,7 @@ # Makefile for f2c, a Fortran 77 to C converter PROG= f2c +MAN= f2c.1 SRCS= main.c init.c gram.c lex.c proc.c equiv.c data.c format.c \ expr.c exec.c intr.c io.c misc.c error.c mem.c names.c \ output.c p1output.c pread.c put.c putpcc.c vax.c formatdata.c \ |