summaryrefslogtreecommitdiff
path: root/games/xfrisk
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-11-19 03:43:53 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-11-19 03:43:53 +0000
commit4525e90b19bd9c411b6e96bb02bdd101688c919b (patch)
treefd7219bbb6db05396c729798cf3c63a3e84f510d /games/xfrisk
parentMark this port broken for the time being. (diff)
Make it install stuff in the right place.
Submitted by: Matthew Hunt <mph@pobox.com>
Notes
Notes: svn path=/head/; revision=8705
Diffstat (limited to 'games/xfrisk')
-rw-r--r--games/xfrisk/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/games/xfrisk/Makefile b/games/xfrisk/Makefile
index 1c2fdf63f0ec..7d824df6e6c2 100644
--- a/games/xfrisk/Makefile
+++ b/games/xfrisk/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 April 1997
# Whom: Matthew Hunt <mph@pobox.com>
#
-# $Id: Makefile,v 1.2 1997/11/16 09:13:49 fenner Exp $
+# $Id: Makefile,v 1.3 1997/11/19 00:04:02 asami Exp $
#
DISTNAME= XFrisk-0.99c0pl9
@@ -14,14 +14,12 @@ MASTER_SITE_SUBDIR= games/multiplayer/
MAINTAINER= mph@pobox.com
-BROKEN= package
-
NO_CDROM= Possible trademark infringement
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
pre-configure:
- touch ${WRKSRC}/types.h
+ ${TOUCH} ${WRKSRC}/types.h
.include <bsd.port.mk>