diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-27 06:04:50 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-27 06:04:50 +0000 |
commit | 95c04cb617461effc9f425cf2579eb01e0d6d76f (patch) | |
tree | 00933c7952e69b7c3ad99d9a6ed1657c70c2294e | |
parent | Removed local mastersite, the distribution files don't exist there, (diff) |
Fix master_site_subdir to point to the right directory.
Noticed by: portsruvey
Notes
Notes:
svn path=/head/; revision=71908
-rw-r--r-- | misc/kwatch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/kwatch/Makefile b/misc/kwatch/Makefile index d64fd0912911..ba7d5c8e1ae1 100644 --- a/misc/kwatch/Makefile +++ b/misc/kwatch/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= misc kde MASTER_SITES= http://www.m-j-s.net/pub/kde/ \ ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= unstable/apps/utils +MASTER_SITE_SUBDIR= stable/apps/KDE3.x/admin/ MAINTAINER= kde@freebsd.org |