diff options
author | max <max@FreeBSD.org> | 1997-06-30 14:35:04 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-06-30 14:35:04 +0000 |
commit | e4b8c8f963bdbb7c89bd88907ff848c52b62a017 (patch) | |
tree | c039ed9964fcf2a1709d5f254ce99612040b195e /games/oonsoo | |
parent | a24180a18e1fe68ba9505a2163972d66b631909b (diff) | |
download | FreeBSD-ports-e4b8c8f963bdbb7c89bd88907ff848c52b62a017.zip FreeBSD-ports-e4b8c8f963bdbb7c89bd88907ff848c52b62a017.tar.gz |
Style police.
Diffstat (limited to 'games/oonsoo')
-rw-r--r-- | games/oonsoo/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/games/oonsoo/Makefile b/games/oonsoo/Makefile index 10f573e..08eb21c 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> - |