diff options
Diffstat (limited to 'games/xpilot/Makefile')
-rw-r--r-- | games/xpilot/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/xpilot/Makefile b/games/xpilot/Makefile index 8aecd0004360..fcac8a7516a5 100644 --- a/games/xpilot/Makefile +++ b/games/xpilot/Makefile @@ -3,15 +3,13 @@ # Date created: 18 July 1995 # Whom: jmacd # -# $Id: Makefile,v 1.1.1.1 1995/07/18 06:17:59 jmacd Exp $ +# $Id: Makefile,v 1.2 1995/07/20 20:47:02 asami Exp $ # -DISTNAME= xpilot-3.3.1 +DISTNAME= xpilot-3.5.1 CATEGORIES+= games MASTER_SITES= ftp://ftp.cs.uit.no/pub/games/xpilot/ USE_IMAKE= yes -NO_INSTALL_MANPAGES= yes -WRKSRC= ${WRKDIR}/xpilot-3.3.1/src .include <bsd.port.mk> |