diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-07-07 21:45:09 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-07-07 21:45:09 +0000 |
commit | 162942426b81a9b7b05557d392d80f2849d895e6 (patch) | |
tree | 27e505c70d3353201f50fe79be8da37d27a38642 | |
parent | e9d1fccec10d2ecf3e2b2344b01b8040c537fa56 (diff) | |
download | freebsd-ports-162942426b81a9b7b05557d392d80f2849d895e6.zip |
Fixed unfetchable file.
-rw-r--r-- | editors/koffice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/koffice/Makefile b/editors/koffice/Makefile index 1b3db3e55286..72cb8816c2d0 100644 --- a/editors/koffice/Makefile +++ b/editors/koffice/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/koffice-${PORTVERSION}/src +MASTER_SITE_SUBDIR= Attic/koffice-${PORTVERSION}-kde2/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org |