diff options
author | Will Andrews <will@FreeBSD.org> | 2003-04-12 00:52:40 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-04-12 00:52:40 +0000 |
commit | a4735ab5c025bd0758171b786955c235d196636c (patch) | |
tree | 62d5bcf5f6e9d47f19fac5b40be0cdb9f85a0913 /x11/kdebase4-runtime | |
parent | explicit depends on autoconfig/automake -> USE_xxx variables (diff) |
Fix fetching.
Notes
Notes:
svn path=/head/; revision=78782
Diffstat (limited to 'x11/kdebase4-runtime')
-rw-r--r-- | x11/kdebase4-runtime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile index cc3d4926f055..432cddcea474 100644 --- a/x11/kdebase4-runtime/Makefile +++ b/x11/kdebase4-runtime/Makefile @@ -11,7 +11,7 @@ PORTVERSION= ${KDE_VERSION}a PORTREVISION= 0 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${KDE_VERSION}/src +MASTER_SITE_SUBDIR= stable/${KDE_VERSION}a/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org |