diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2005-11-26 16:28:58 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2005-11-26 16:28:58 +0000 |
commit | ccac1bdc10d568413dc963f5f5521cd9021c7473 (patch) | |
tree | 2cb5934ded2daee393418aba7b91a8bdaf90913e /science/gerris | |
parent | Use groups to associate the right subdirectory with the right server. (diff) |
Fix the group and MASTER_SITE_SUBDIR usage.
Approved by: Oliver Dunkl <odunkl@gmx.net> (MAINTAINER)
Diffstat (limited to 'science/gerris')
-rw-r--r-- | science/gerris/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/science/gerris/Makefile b/science/gerris/Makefile index 52d0662802fb..25a3e27b7f3d 100644 --- a/science/gerris/Makefile +++ b/science/gerris/Makefile @@ -13,10 +13,11 @@ CATEGORIES= science math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gfs -PATCH_SITES= ${MASTER_SITE_SOURCEFORGE}gfs/:patch1 \ - http://members.aon.at/odunkl/downloads/patches/:patch2 -PATCHFILES= gerris-0.6-patch-1.gz:patch1 \ - gerris-0.6-patch-2.gz:patch2 +PATCH_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} \ + http://members.aon.at/odunkl/downloads/patches/:odunkl +PATCH_SITE_SUBDIR= gfs/:sf +PATCHFILES= gerris-0.6-patch-1.gz:sf,odunkl \ + gerris-0.6-patch-2.gz:odunkl PATCH_DIST_STRIP= -p1 MAINTAINER= odunkl@gmx.net |