diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-10-03 09:57:05 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-10-03 09:57:05 +0000 |
commit | 0ee2a43f7bc34bdd8f25d860fb40da973a651b2a (patch) | |
tree | 5d2d51eb3b3713b4d7c3021e8893f27ca4a2580d /lang | |
parent | Instead of creating a whole new ${PKGDIR}, just specify ${PLIST} to point (diff) |
Correctly specify manpage names. Compress manpages.
Notes
Notes:
svn path=/head/; revision=8090
Diffstat (limited to 'lang')
-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 90807ee5948f..188e6f26547a 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 d7517fedf61b..c2ea96a85e43 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 |