diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-27 18:31:08 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-27 18:31:08 +0000 |
commit | 048988d9baac4bfcfd41156838d85efc4e28e254 (patch) | |
tree | 0c30f507f0390cc7876328136ff836eb957e0f71 /games | |
parent | 569988d4be4930dab2ee686f5b81b4141e535d4a (diff) | |
download | ports-048988d9baac4bfcfd41156838d85efc4e28e254.tar.gz ports-048988d9baac4bfcfd41156838d85efc4e28e254.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/nethack32/Makefile | 3 | ||||
-rw-r--r-- | games/trophy/Makefile | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/games/nethack32/Makefile b/games/nethack32/Makefile index e7bc5462d477..a2ec94edd8da 100644 --- a/games/nethack32/Makefile +++ b/games/nethack32/Makefile @@ -13,8 +13,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/3.2.2 DISTNAME= nethack-322 EXTRACT_SUFX= .tgz -PATCH_SITES= ${MASTER_SITE_SOURCEFORGE} -PATCH_SITE_SUBDIR= ${PORTNAME} +PATCH_SITES= ${MASTER_SITE_SOURCEFORGE:C/%SUBDIR%/${PORTNAME}\/${PORTNAME}\/${PORTVERSION}/} PATCHFILES= nh-3.2.2-3.2.3.diff MAINTAINER= glewis@FreeBSD.org diff --git a/games/trophy/Makefile b/games/trophy/Makefile index 4cdb433c8a4b..d1879f690e26 100644 --- a/games/trophy/Makefile +++ b/games/trophy/Makefile @@ -10,9 +10,7 @@ PORTNAME= trophy PORTVERSION= 1.1.4 PORTREVISION= 1 CATEGORIES= games -#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -#MASTER_SITE_SUBDIR= ${PORTNAME} -MASTER_SITES= http://trophy.sourceforge.net/archives/ +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A single player racing game |