diff options
author | obache <obache@pkgsrc.org> | 2007-01-05 12:47:27 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-01-05 12:47:27 +0000 |
commit | a105f1ecc1badc98bf868f3a03d7c979961a9f95 (patch) | |
tree | 76db39d3d76caacedcfafcaebd80a60713c27b1d /sysutils | |
parent | 0108978cb3dcde3515395e370338a8890d6edcc0 (diff) | |
download | pkgsrc-a105f1ecc1badc98bf868f3a03d7c979961a9f95.tar.gz |
Use MASTER_SITE_SOURCEFORGE.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/amanda-common/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/amanda-common/Makefile.common b/sysutils/amanda-common/Makefile.common index c1fe81c4d95..453cb529c1d 100644 --- a/sysutils/amanda-common/Makefile.common +++ b/sysutils/amanda-common/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.23 2006/10/02 21:05:44 rillig Exp $ +# $NetBSD: Makefile.common,v 1.24 2007/01/05 12:47:27 obache Exp $ # # common make file fragment shared by all amanda-* pkgs. # @@ -6,7 +6,7 @@ VERS= 2.4.4p4 DISTNAME?= amanda-${VERS} CATEGORIES= sysutils -MASTER_SITES?= http://download.sourceforge.net/amanda/ +MASTER_SITES?= ${MASTER_SITE_SOURCEFORGE:=amanda/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.amanda.org/ |