diff options
author | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2006-10-03 08:14:57 +0000 |
---|---|---|
committer | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2006-10-03 08:14:57 +0000 |
commit | dad9ff36636a665b5088cda6fdb9c5e422e234c2 (patch) | |
tree | d2d840dabe914e8f96b28e7c8214995beea45813 /games | |
parent | 84602e3a820c8b89f1995564cd7978159ddea5dc (diff) | |
download | ports-dad9ff36636a665b5088cda6fdb9c5e422e234c2.tar.gz ports-dad9ff36636a665b5088cda6fdb9c5e422e234c2.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/vultures-eye/Makefile | 4 | ||||
-rw-r--r-- | games/vultures-eye/distinfo | 6 | ||||
-rw-r--r-- | games/vultures-eye/files/patch-win-vultures-GNUmakefile | 9 |
3 files changed, 5 insertions, 14 deletions
diff --git a/games/vultures-eye/Makefile b/games/vultures-eye/Makefile index a33e822a4dea..7d1ae1b27d93 100644 --- a/games/vultures-eye/Makefile +++ b/games/vultures-eye/Makefile @@ -9,9 +9,9 @@ PORTNAME= vultures PORTVERSION= 2.1.0 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= http://www.darkarts.co.za/projects/vultures/downloads/${PORTVERSION}/ +MASTER_SITES= http://www.darkarts.co.za/projects/vultures/attachment/wiki/downloads/${PORTVERSION}/ PKGNAMESUFFIX= -eye -DISTFILES= ${DISTNAME}${PKGNAMESUFFIX}${EXTRACT_SUFX} +DISTFILES= ${DISTNAME}-full${EXTRACT_SUFX}?format=raw MAINTAINER= llwang@infor.org COMMENT= A graphical interface for NetHack 3.4.3 forked from Falcon's Eye diff --git a/games/vultures-eye/distinfo b/games/vultures-eye/distinfo index 7b41b997969d..454cd99950f3 100644 --- a/games/vultures-eye/distinfo +++ b/games/vultures-eye/distinfo @@ -1,3 +1,3 @@ -MD5 (vultures-2.1.0-eye.tar.bz2) = c363133fdbccd2815dff3ab7f6185520 -SHA256 (vultures-2.1.0-eye.tar.bz2) = 0a3a2fb604f5ce91728ecf55eb85e0c1540cf0300136ec7e2a1cbf4b7a6f570b -SIZE (vultures-2.1.0-eye.tar.bz2) = 32403102 +MD5 (vultures-2.1.0-full.tar.bz2?format=raw) = f448f4fa74f07178683640a3f7985944 +SHA256 (vultures-2.1.0-full.tar.bz2?format=raw) = 9b7d39a17c17d12ed503670c64845f0134b5775cd8a45f22ae41e7d8c522b943 +SIZE (vultures-2.1.0-full.tar.bz2?format=raw) = 36865415 diff --git a/games/vultures-eye/files/patch-win-vultures-GNUmakefile b/games/vultures-eye/files/patch-win-vultures-GNUmakefile index 04a4df25633e..3219b4ebc37f 100644 --- a/games/vultures-eye/files/patch-win-vultures-GNUmakefile +++ b/games/vultures-eye/files/patch-win-vultures-GNUmakefile @@ -9,12 +9,3 @@ else SDL_CONFIG := sdl-config endif -@@ -34,7 +34,7 @@ - OUTPUT_OBJ := $(BUILDDIR)/vultures.o - - --NHDIR := ../$(BUILD) -+NHDIR := ../.. - NHSRC := $(NHDIR)/src - INCLUDE := -I $(NHDIR)/include/ -I . -I $(BUILDDIR)/ - |