summaryrefslogtreecommitdiffstats
path: root/games/golddig
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1995-03-29 23:58:56 +0000
committerjmz <jmz@FreeBSD.org>1995-03-29 23:58:56 +0000
commitbf0365644d8fd5945615113d12a3fb112f978fcf (patch)
treed86d41db2aab300c9284f3a802a0e6bfdf7dcd10 /games/golddig
parentd7129ba1c078b8d5f0c796597919a9d29e26a2b7 (diff)
downloadFreeBSD-ports-bf0365644d8fd5945615113d12a3fb112f978fcf.zip
FreeBSD-ports-bf0365644d8fd5945615113d12a3fb112f978fcf.tar.gz
Change the master site and add a pre-patch target (the tar file contains
shar archives) Add myself as maintainer.
Diffstat (limited to 'games/golddig')
-rw-r--r--games/golddig/Makefile15
1 files changed, 11 insertions, 4 deletions
diff --git a/games/golddig/Makefile b/games/golddig/Makefile
index 6e299c1..ab085ec 100644
--- a/games/golddig/Makefile
+++ b/games/golddig/Makefile
@@ -1,7 +1,14 @@
-DISTNAME= golddig
-DISTFILES= golddig2.tar.z
-MASTER_SITES= ftp://ss7.vlsi.ee.nus.sg/pub/games/X/
-NO_WRKSUBDIR= yes
+DISTNAME= golddig2
+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; \
+ done; mv golddig2/* .)
pre-install:
@mkdir -p ${PREFIX}/bin
OpenPOWER on IntegriCloud