summaryrefslogtreecommitdiff
path: root/games/golddig/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-11 00:20:58 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-11 00:20:58 +0000
commitf4d6acbc42e1538f4db9f465a76ab8a10ad5176d (patch)
tree135c85eebdc631af1639facfb134770aee87e354 /games/golddig/Makefile
parentReorganize Makefile, add Garrett as MAINTAINER. (diff)
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....
Diffstat (limited to '')
-rw-r--r--games/golddig/Makefile12
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; \