diff options
author | mich <mich@FreeBSD.org> | 2003-08-08 21:45:19 +0800 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2003-08-08 21:45:19 +0800 |
commit | df6b9736b0745984b7bf09fd239ed0b051354c17 (patch) | |
tree | cc201fdf001ce3ef7803b0721ffd6f1abe813b21 /misc | |
parent | 2fb9fd7a30474db178621cac22a01cf6acac17eb (diff) | |
download | freebsd-ports-gnome-df6b9736b0745984b7bf09fd239ed0b051354c17.tar.gz freebsd-ports-gnome-df6b9736b0745984b7bf09fd239ed0b051354c17.tar.zst freebsd-ports-gnome-df6b9736b0745984b7bf09fd239ed0b051354c17.zip |
Fix 'fecth distfile' problem.
Bump PORTREVESION, for previous commit.
Approved by: roberto (mentor)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/portell/Makefile | 5 |
1 files changed, 3 insertions, 2 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} |