mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Correctly specify manpage names. Compress manpages.
This commit is contained in:
parent
7fb23b5e42
commit
0ee2a43f7b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8090
@ -4,7 +4,7 @@
|
||||
# Porter (original): nils@guru.ims.uni-stuttgart.de
|
||||
# Porter (version 3): maurice@serc.rmit.edu.au
|
||||
#
|
||||
# $Id: Makefile,v 1.11 1997/08/11 18:02:08 fenner Exp $
|
||||
# $Id: Makefile,v 1.12 1997/09/25 08:47:35 asami Exp $
|
||||
|
||||
# Note:
|
||||
# - FreeBSD tasking libraries created by Dan Eischen have been incorportated
|
||||
@ -32,6 +32,8 @@ BROKEN= "requires patched gcc compiler"
|
||||
# if you have one, if you have one put it here, otherwise,
|
||||
# you will need to install from a package first
|
||||
|
||||
MAN1= adagcc.1 cccp.1
|
||||
|
||||
# Make sure we use the patched gcc compiler
|
||||
CC = /usr/local/bin/adagcc
|
||||
|
||||
|
@ -1160,5 +1160,5 @@ lib/specs
|
||||
libexec/ada/cc1
|
||||
libexec/ada/cpp
|
||||
libexec/ada/gnat1
|
||||
man/man1/cccp.1
|
||||
man/man1/gcc.1
|
||||
man/man1/adagcc.1.gz
|
||||
man/man1/cccp.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user