diff options
Diffstat (limited to 'games/golddig')
-rw-r--r-- | games/golddig/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/games/golddig/Makefile b/games/golddig/Makefile index 5348fedb1b36..e67bb33ce20c 100644 --- a/games/golddig/Makefile +++ b/games/golddig/Makefile @@ -1,11 +1,19 @@ +# New ports collection makefile for: golddig +# Version required: 2 +# Date created: 20 November 1994 +# Whom: jmz +# +# $Id$ +# + DISTNAME= golddig2 -MASTER_SITES= ftp://qiclab.scn.rain.com/pub/games/ +PKGNAME= golddig-2.0 CATEGORIES+= games +MASTER_SITES= ftp://qiclab.scn.rain.com/pub/games/ EXTRACT_SUFX= .tar.Z MAINTAINER= jmz@FreeBSD.org - pre-patch: @(cd ${WRKSRC}; for i in 245 244 246 247; do \ awk '{if (/^#!/) x++} {if(x) print $$0'} $$i| /bin/sh; \ |