diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:12:05 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:12:05 +0000 |
commit | 4b819b19c1080a2fbe6c366a419e1bb9ae8362fb (patch) | |
tree | e94e508620130c77493ea4bc67d5360dc2ddfd8a /games/oonsoo | |
parent | 643814f6fea8fafb697868a32b8eaaf1a0a323ff (diff) | |
download | ports-4b819b19c1080a2fbe6c366a419e1bb9ae8362fb.tar.gz ports-4b819b19c1080a2fbe6c366a419e1bb9ae8362fb.zip |
Notes
Diffstat (limited to 'games/oonsoo')
-rw-r--r-- | games/oonsoo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/oonsoo/Makefile b/games/oonsoo/Makefile index 08eb21c5da90..bf807b2fc8b5 100644 --- a/games/oonsoo/Makefile +++ b/games/oonsoo/Makefile @@ -3,7 +3,7 @@ # Date created: 23rd June, 1997 # Whom: Joel Sutton <sutton@aardvark.apana.org.au> # -# $Id: Makefile,v 1.1.1.1 1997/06/30 11:42:17 tg Exp $ +# $Id: Makefile,v 1.2 1997/06/30 14:35:04 max Exp $ # DISTNAME= oonsoo-1.1 @@ -13,6 +13,8 @@ EXTRACT_SUFX= .tar.z MAINTAINER= sutton@aardvark.apana.org.au +BROKEN_ELF= build + pre-patch: @${CP} ${WRKSRC}/Makefile.Linux ${WRKSRC}/Makefile |