diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:07:57 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:07:57 +0000 |
commit | 97992abcb6d8150406d4c72921d29262ef33e1d2 (patch) | |
tree | 669680370b7d02528338c86c3af9297c7fae605a /games/flying/Makefile | |
parent | 4ab6de2217975ee46595da0f2d677a4f05ffd4d7 (diff) | |
download | ports-97992abcb6d8150406d4c72921d29262ef33e1d2.tar.gz ports-97992abcb6d8150406d4c72921d29262ef33e1d2.zip |
Move manpages from pkg/PLIST to MAN* macro in Makefile.
Notes
Notes:
svn path=/head/; revision=13486
Diffstat (limited to 'games/flying/Makefile')
-rw-r--r-- | games/flying/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/flying/Makefile b/games/flying/Makefile index 4d4f303cb747..f104af115661 100644 --- a/games/flying/Makefile +++ b/games/flying/Makefile @@ -3,7 +3,7 @@ # Date created: 12 Jul 1996 # Whom: searle # -# $Id: Makefile,v 1.2 1996/11/18 10:35:57 asami Exp $ +# $Id: Makefile,v 1.3 1997/05/28 05:31:23 fenner Exp $ # DISTNAME= flying-6.20 @@ -15,5 +15,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= searle@longacre.demon.co.uk USE_IMAKE= yes +MAN1= flying.1 .include <bsd.port.mk> |