diff options
-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 | ||||
-rw-r--r-- | www/ump/Makefile | 6 |
5 files changed, 8 insertions, 6 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 diff --git a/www/ump/Makefile b/www/ump/Makefile index 5508b5a5a656..c653d3b7485e 100644 --- a/www/ump/Makefile +++ b/www/ump/Makefile @@ -9,10 +9,12 @@ PORTNAME= ump PORTVERSION= 1.10 PORTREVISION= 7 CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/%SUBDIR%/timidity/}:timidity \ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:timidity/} \ http://www.geocities.com/SiliconValley/Lab/2826/1-10/:ump \ http://pubweb.bnl.gov/people/hoff/midi/1.10/:ump \ - ${MASTER_SITE_NETSCAPE:S/%SUBDIR%/sdk\/plugin\/unix/}:plugin + ${MASTER_SITE_NETSCAPE:S/$/:plugin/} +MASTER_SITE_SUBDIR= timidity/:timidity \ + sdk/plugin/unix/:plugin DISTFILES= ${BZ2DIST} ${ZDIST} PATCH_SITES= http://www.onicos.com/staff/iz/timidity/dist/ |