diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:25:34 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:25:34 +0000 |
commit | 98a694e9a860e5e1bcc992f1905dbdf81839a150 (patch) | |
tree | 7470fb3ef740bf72808bf15eb38bdbbe7d0716bc /games/xspringies/Makefile | |
parent | 2bccdc057ce5093ddea66a15e173767ccd089b94 (diff) |
Notes
Diffstat (limited to 'games/xspringies/Makefile')
-rw-r--r-- | games/xspringies/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xspringies/Makefile b/games/xspringies/Makefile index 7bcd0662b39b..1eba0b70ee56 100644 --- a/games/xspringies/Makefile +++ b/games/xspringies/Makefile @@ -3,7 +3,7 @@ # Date created: 12 January 1997 # Whom: jkh # -# $Id: Makefile,v 1.3 1996/11/18 09:52:57 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1997/02/16 01:35:52 obrien Exp $ # DISTNAME= xspringies-1.1 @@ -14,5 +14,6 @@ DISTFILES= xspringies.1.1.tar.Z MAINTAINER= jkh@FreeBSD.ORG USE_IMAKE= yes +MAN1= xspringies.1 .include <bsd.port.mk> |