diff options
author | asami <asami@FreeBSD.org> | 1997-11-19 03:43:53 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-19 03:43:53 +0000 |
commit | 95561c2d2ffe485634de305e3ffa537ca9c327fa (patch) | |
tree | 1dfacea475704d8fa6322a53ec8b83e8b9d549b8 /games/xfrisk/Makefile | |
parent | 72acacaf471ff4da6275e929daabcf5ce55aab3d (diff) | |
download | FreeBSD-ports-95561c2d2ffe485634de305e3ffa537ca9c327fa.zip FreeBSD-ports-95561c2d2ffe485634de305e3ffa537ca9c327fa.tar.gz |
Make it install stuff in the right place.
Submitted by: Matthew Hunt <mph@pobox.com>
Diffstat (limited to 'games/xfrisk/Makefile')
-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 1c2fdf63..7d824df 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> |