aboutsummaryrefslogtreecommitdiff
path: root/games/oonsoo
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-06-30 14:35:04 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-06-30 14:35:04 +0000
commita58aeceed287ba8d7c3092871cdac838ee526341 (patch)
treef49fcf50bc3baec9a034e664c65c8280167d8f56 /games/oonsoo
parentc2c0409b8414b322b4e8e074cc1c73959b4b90ef (diff)
downloadports-a58aeceed287ba8d7c3092871cdac838ee526341.tar.gz
ports-a58aeceed287ba8d7c3092871cdac838ee526341.zip
Style police.
Notes
Notes: svn path=/head/; revision=7150
Diffstat (limited to 'games/oonsoo')
-rw-r--r--games/oonsoo/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/games/oonsoo/Makefile b/games/oonsoo/Makefile
index 10f573e69e82..08eb21c5da90 100644
--- a/games/oonsoo/Makefile
+++ b/games/oonsoo/Makefile
@@ -2,25 +2,21 @@
# Version required: 1.1
# Date created: 23rd June, 1997
# Whom: Joel Sutton <sutton@aardvark.apana.org.au>
-# FreeBSD Version: 2.2.1-RELEASE
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/06/30 11:42:17 tg Exp $
#
-
+
DISTNAME= oonsoo-1.1
CATEGORIES= games
MASTER_SITES= ftp://ftp.eos.ncsu.edu/pub/bsvc/rohan/
-EXTRACT_SUFX= ".tar.z"
+EXTRACT_SUFX= .tar.z
MAINTAINER= sutton@aardvark.apana.org.au
pre-patch:
- ${CP} ${WRKSRC}/Makefile.Linux ${WRKSRC}/Makefile
+ @${CP} ${WRKSRC}/Makefile.Linux ${WRKSRC}/Makefile
-# Distribution does not include an install target. So here it is.
-#
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/oonsoo ${PREFIX}/bin/
.include <bsd.port.mk>
-