diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-01-01 11:01:26 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-01-01 11:01:26 +0000 |
commit | ed3968ce364dc19429c760c8f07827b3c455e7d8 (patch) | |
tree | 00f3559704aefc228816d5e459ad4a30e628dbb8 /games/hohlin | |
parent | 3a88662d26b47fe883a53c98be1b18280ae3fa04 (diff) | |
download | ports-ed3968ce364dc19429c760c8f07827b3c455e7d8.tar.gz ports-ed3968ce364dc19429c760c8f07827b3c455e7d8.zip |
Fix MASTER_SITES and unmark BROKEN.
Notes
Notes:
svn path=/head/; revision=404979
Diffstat (limited to 'games/hohlin')
-rw-r--r-- | games/hohlin/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/hohlin/Makefile b/games/hohlin/Makefile index 05d7199e2aa2..ec39811a1191 100644 --- a/games/hohlin/Makefile +++ b/games/hohlin/Makefile @@ -5,16 +5,13 @@ PORTNAME= hohlin PORTVERSION= 1.01 PORTREVISION= 2 CATEGORIES= games -#MASTER_SITES= http://retrospec.sgn.net/download.php?id=63&path=games/hoh/bin/ -#requires post to download -MASTER_SITES= http://skye.ki.iif.hu/~mohacsi/downloads/ +MASTER_SITES= http://retrospec.sgn.net/games/hoh/bin/ PKGNAMEPREFIX= linux- DISTNAME= ${PORTNAME}-${SHORTPORTVERSION} MAINTAINER= jmohacsi@bsd.hu COMMENT= Remake of the classic spectrum game Head over Heels -BROKEN= unfetchable WRKSRC= ${WRKDIR}/hoh-install-${PORTVERSION}/ USES= tar:bzip2 |