From df6b9736b0745984b7bf09fd239ed0b051354c17 Mon Sep 17 00:00:00 2001 From: mich Date: Fri, 8 Aug 2003 13:45:19 +0000 Subject: Fix 'fecth distfile' problem. Bump PORTREVESION, for previous commit. Approved by: roberto (mentor) --- misc/portell/Makefile | 5 +++-- ports-mgmt/portell/Makefile | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/misc/portell/Makefile b/misc/portell/Makefile index f736c6180e0c..38541170255f 100644 --- a/misc/portell/Makefile +++ b/misc/portell/Makefile @@ -7,9 +7,10 @@ PORTNAME= portell PORTVERSION= 0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc -MASTER_SITES= http://www.seekrut.com/rk/ +MASTER_SITES= http://freebsdcluster.org/~mich/software/ \ + http://www.seekrut.com/rk/ DISTNAME= ${PORTNAME} DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} diff --git a/ports-mgmt/portell/Makefile b/ports-mgmt/portell/Makefile index f736c6180e0c..38541170255f 100644 --- a/ports-mgmt/portell/Makefile +++ b/ports-mgmt/portell/Makefile @@ -7,9 +7,10 @@ PORTNAME= portell PORTVERSION= 0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc -MASTER_SITES= http://www.seekrut.com/rk/ +MASTER_SITES= http://freebsdcluster.org/~mich/software/ \ + http://www.seekrut.com/rk/ DISTNAME= ${PORTNAME} DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} -- cgit