diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-01-06 23:58:41 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-01-06 23:58:41 +0000 |
commit | c0ee62609ad9feaa547dd0dbeace129a8d6e7197 (patch) | |
tree | 5343f1575b4e32993ad6db665bfbc5212f7bd481 /misc/kenny | |
parent | o Remove incorporated patch (diff) |
Add a fallback MASTER_SITE where old DISTFILES are moved to. This
avoids breakage when developer updates versions.
PR: 33622
Submitted by: maintainer
Diffstat (limited to 'misc/kenny')
-rw-r--r-- | misc/kenny/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/kenny/Makefile b/misc/kenny/Makefile index 47ea59a4e13c..de115417ba32 100644 --- a/misc/kenny/Makefile +++ b/misc/kenny/Makefile @@ -10,7 +10,8 @@ PORTNAME= kenny PORTVERSION= 1.7 CATEGORIES= misc perl5 -MASTER_SITES= http://www.h.shuttle.de/mitch/stuff/ +MASTER_SITES= http://www.h.shuttle.de/mitch/stuff/ \ + http://home.t-online.de/home/dietmar.garbs/download/kenny/ DISTNAME= kenny.pl-${PORTVERSION} EXTRACT_SUFX= .gz EXTRACT_ONLY= |