diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-19 03:43:53 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-19 03:43:53 +0000 |
commit | 4525e90b19bd9c411b6e96bb02bdd101688c919b (patch) | |
tree | fd7219bbb6db05396c729798cf3c63a3e84f510d /games/xfrisk | |
parent | a09867612ac3dae7d83db7336de93d7b9270388d (diff) | |
download | ports-4525e90b19bd9c411b6e96bb02bdd101688c919b.tar.gz ports-4525e90b19bd9c411b6e96bb02bdd101688c919b.zip |
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/Makefile | 6 |
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> |