diff options
author | Michael Landin <mich@FreeBSD.org> | 2003-08-08 13:45:19 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2003-08-08 13:45:19 +0000 |
commit | 022a7bfc039ff8419a8cd6118132304935a97036 (patch) | |
tree | 7be6f192e702c6146a81e4bd2d8f7dd4e840e218 | |
parent | Change MAINTAINER to my @FreeBSD.org address. (diff) |
Fix 'fecth distfile' problem.
Bump PORTREVESION, for previous commit.
Approved by: roberto (mentor)
Notes
Notes:
svn path=/head/; revision=86581
-rw-r--r-- | misc/portell/Makefile | 5 | ||||
-rw-r--r-- | 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} |