diff options
author | asami <asami@FreeBSD.org> | 1997-10-03 09:57:05 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-10-03 09:57:05 +0000 |
commit | e5506f36b54bc0d0ae31c612a61135121016f0f0 (patch) | |
tree | 70e7a26f2fce85c95d5f0313949ec6b3a4aac17a /lang/gnat | |
parent | 57660f6d773c674caea17f5c0db8bf3c11b33f30 (diff) | |
download | FreeBSD-ports-e5506f36b54bc0d0ae31c612a61135121016f0f0.zip FreeBSD-ports-e5506f36b54bc0d0ae31c612a61135121016f0f0.tar.gz |
Correctly specify manpage names. Compress manpages.
Diffstat (limited to 'lang/gnat')
-rw-r--r-- | lang/gnat/Makefile | 4 | ||||
-rw-r--r-- | lang/gnat/pkg-plist | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile index 90807ee..188e6f2 100644 --- a/lang/gnat/Makefile +++ b/lang/gnat/Makefile @@ -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 diff --git a/lang/gnat/pkg-plist b/lang/gnat/pkg-plist index d7517fe..c2ea96a 100644 --- a/lang/gnat/pkg-plist +++ b/lang/gnat/pkg-plist @@ -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 |