diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2005-10-10 22:43:07 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2005-10-10 22:43:07 +0000 |
commit | 9099b4c79ae117c86072a9a1d6af950923b5b021 (patch) | |
tree | ac352a8c2dad7cc6cf7f8dfc9f146b62ae63fb83 /games | |
parent | 2d20d6b3965b002b9ef668e09ce2ecde8b56cf0d (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/noegnud-littlehack/Makefile | 2 | ||||
-rw-r--r-- | games/noegnud-nethack-deet/Makefile | 2 | ||||
-rw-r--r-- | games/noegnud-nethack/Makefile | 2 | ||||
-rw-r--r-- | games/noegnud-slashem/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/games/noegnud-littlehack/Makefile b/games/noegnud-littlehack/Makefile index 921abdc6526e..6bbf55a2d24e 100644 --- a/games/noegnud-littlehack/Makefile +++ b/games/noegnud-littlehack/Makefile @@ -8,7 +8,7 @@ PORTNAME= noegnud PORTVERSION= 0.8.3 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}:noegnud,nethack +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:noegnud,nethack/} MASTER_SITE_SUBDIR= ${PORTNAME}/:noegnud \ nethack/:nethack PKGNAMESUFFIX= -littlehack diff --git a/games/noegnud-nethack-deet/Makefile b/games/noegnud-nethack-deet/Makefile index ace203ef9030..39bb5fdec5e0 100644 --- a/games/noegnud-nethack-deet/Makefile +++ b/games/noegnud-nethack-deet/Makefile @@ -8,7 +8,7 @@ PORTNAME= noegnud PORTVERSION= 0.8.3 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}:noegnud,nethack +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:noegnud,nethack/} MASTER_SITE_SUBDIR= ${PORTNAME}/:noegnud \ nethack/:nethack PKGNAMESUFFIX= -nethack-deet diff --git a/games/noegnud-nethack/Makefile b/games/noegnud-nethack/Makefile index 61837bfb97b4..906979cf3c14 100644 --- a/games/noegnud-nethack/Makefile +++ b/games/noegnud-nethack/Makefile @@ -8,7 +8,7 @@ PORTNAME= noegnud PORTVERSION= 0.8.3 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}:noegnud,nethack +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:noegnud,nethack/} MASTER_SITE_SUBDIR= ${PORTNAME}/:noegnud \ nethack/:nethack PKGNAMESUFFIX= -nethack diff --git a/games/noegnud-slashem/Makefile b/games/noegnud-slashem/Makefile index 19cbf0054cdf..f6d0260f4783 100644 --- a/games/noegnud-slashem/Makefile +++ b/games/noegnud-slashem/Makefile @@ -8,7 +8,7 @@ PORTNAME= noegnud PORTVERSION= 0.8.3 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}:noegnud,slashem +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:noegnud,slashem/} MASTER_SITE_SUBDIR= ${PORTNAME}/:noegnud \ slashem/:slashem PKGNAMESUFFIX= -slashem |