aboutsummaryrefslogtreecommitdiffstats
path: root/games/xfrisk/Makefile
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>1997-11-16 17:13:54 +0800
committerfenner <fenner@FreeBSD.org>1997-11-16 17:13:54 +0800
commit3ea75bc32f9ea6f5335245958df5859ca6475f6c (patch)
treedaa1f360e75dd1a08bba1342731e356997ecf5e5 /games/xfrisk/Makefile
parente7cb8f1a7bd4761efa3915f8badd3f474f5546af (diff)
downloadfreebsd-ports-graphics-3ea75bc32f9ea6f5335245958df5859ca6475f6c.tar.gz
freebsd-ports-graphics-3ea75bc32f9ea6f5335245958df5859ca6475f6c.tar.zst
freebsd-ports-graphics-3ea75bc32f9ea6f5335245958df5859ca6475f6c.zip
Upgrade to 0.99c0pl9
PR: ports/4655 Submitted by: Stefan `Sec` Zehl <sec@42.org> and Matthew Hunt <mph@pobox.com>
Diffstat (limited to 'games/xfrisk/Makefile')
-rw-r--r--games/xfrisk/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/games/xfrisk/Makefile b/games/xfrisk/Makefile
index c777a49e3fe..9247a27e680 100644
--- a/games/xfrisk/Makefile
+++ b/games/xfrisk/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: xfrisk
-# Version required: 0.99b4
+# Version required: 0.99c0pl9
# Date created: 20 April 1997
# Whom: Matthew Hunt <mph@pobox.com>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/06/04 02:31:59 asami Exp $
#
-DISTNAME= Frisk-0.99b4
-PKGNAME= xfrisk-0.99b4
+DISTNAME= XFrisk-0.99c0pl9
+PKGNAME= xfrisk-0.99c09
CATEGORIES= games
-MASTER_SITES= $(MASTER_SITE_XCONTRIB)
+MASTER_SITES= $(MASTER_SITE_XCONTRIB)
MASTER_SITE_SUBDIR= games/multiplayer/
MAINTAINER= mph@pobox.com
@@ -19,4 +19,7 @@ NO_CDROM= Possible trademark infringement
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
+pre-configure:
+ touch ${WRKSRC}/types.h
+
.include <bsd.port.mk>