From 42f37c3e86245df81e511902ece1702f86d77ab8 Mon Sep 17 00:00:00 2001 From: asami Date: Tue, 11 Apr 1995 00:20:58 +0000 Subject: And here comes the next round of Makefile updates, for games. Folks, there are lots of broken stuff and funky Makefiles here. Please check your ports, and also put yourself in MAINTAINER so I know who to talk to. Thanks.... --- games/golddig/Makefile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'games/golddig/Makefile') 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; \ -- cgit