diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/jetpack/Makefile | 3 | ||||
-rw-r--r-- | games/xjewel/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/games/jetpack/Makefile b/games/jetpack/Makefile index fe55f7184cb8..775cd0cdad51 100644 --- a/games/jetpack/Makefile +++ b/games/jetpack/Makefile @@ -3,7 +3,7 @@ # Date created: 21 September 1994 # Whom: jmz # -# $Id$ +# $Id: Makefile,v 1.9 1995/04/11 00:20:15 asami Exp $ # DISTNAME= jetpack @@ -11,6 +11,7 @@ PKGNAME= jetpack-1.0 CATEGORIES+= games MASTER_SITES= ftp://qiclab.scn.rain.com/pub/games/ DISTFILES= jetpack.tar.Z +MAINTAINER= jmz@FreeBSD.org USE_IMAKE= yes MAKE_FLAGS= PREFIX=${PREFIX} -f diff --git a/games/xjewel/Makefile b/games/xjewel/Makefile index 089a8913811d..58c72e7898f8 100644 --- a/games/xjewel/Makefile +++ b/games/xjewel/Makefile @@ -3,13 +3,14 @@ # Date created: 22 November 1994 # Whom: jmz # -# $Id$ +# $Id: Makefile,v 1.3 1995/04/11 00:20:36 asami Exp $ # DISTNAME= xjewel-1.6 CATEGORIES+= games MASTER_SITES= ftp://ftp.warwick.ac.uk/pub/x11/ DISTFILES= xjewel-1.6.tar.z +MAINTAINER= jmz@FreeBSD.org USE_IMAKE= yes |