diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2005-11-28 19:03:07 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2005-11-28 19:03:07 +0000 |
commit | bc1e74ae68df6eabf070bbc7956da29c6d0d7a81 (patch) | |
tree | 8584953e9c4616b593e1d1fb60f400a5a4a1b709 | |
parent | Update to 1.4.1. (diff) |
Make sure to apply the distfile group to the whole ${MASTER_SITE_foo}.
Switch to PATCH_SITE_SUBDIR instead of substituting %SUBDIR%.
Approved by: Roman Bogorodskiy (MAINTAINER)
-rw-r--r-- | audio/mpg123/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index 629532e42eb2..c8c63caec7b4 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -15,7 +15,8 @@ DISTNAME= mpg123-0.59r-pl1 PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/:ipv6 \ http://www.unix-ag.org/Linux-Alpha/Packages/:l3 \ - ${MASTER_SITE_LOCAL:S/%SUBDIR%/sobomax/}:recode + ${MASTER_SITE_LOCAL:S/$/:recode/} +PATCH_SITE_SUBDIR= sobomax/:recode PATCHFILES= mpg123-059r-v6-20000713b.diff.gz:ipv6 \ mpg123-059r-recode-20010410.diff.gz:recode \ l3.diff.gz:l3 |