diff options
author | Matthew Hunt <mph@FreeBSD.org> | 2001-04-27 10:23:49 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 2001-04-27 10:23:49 +0000 |
commit | 04682670ea6c40efc77c49b43476843a9ff8d76e (patch) | |
tree | 4eba592f22f44c3edb406bee10d942a35628fa18 | |
parent | Fix typo in pkg-descr: instaled -> installed (diff) |
Correct fennerage by chasing new MASTER_SITE. Since the new path
includes "obsolete" we probably shouldn't expect many upgrades to this
program...
Notes
Notes:
svn path=/head/; revision=41947
-rw-r--r-- | sysutils/xwatch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/xwatch/Makefile b/sysutils/xwatch/Makefile index 3aa69a294942..193d199f9cff 100644 --- a/sysutils/xwatch/Makefile +++ b/sysutils/xwatch/Makefile @@ -8,7 +8,7 @@ PORTNAME= xwatch PORTVERSION= 0.1.0 CATEGORIES= sysutils -MASTER_SITES= http://hem.passagen.se/osk/ +MASTER_SITES= http://www.student.lu.se/~nbi98oli/src/obsolete/ MAINTAINER= mph@freebsd.org |