diff options
author | lioux <lioux@FreeBSD.org> | 2002-11-16 19:38:47 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-11-16 19:38:47 +0000 |
commit | a8c0f918b83d945209eb8018ee38378eb1017d65 (patch) | |
tree | 38e280c81de1b29042c3f7c108ac9a7d13f10c0c /x11/kde4-runtime | |
parent | 81c6c1a61bad2c07a3eff751d5a78735968ac18d (diff) | |
download | FreeBSD-ports-a8c0f918b83d945209eb8018ee38378eb1017d65.zip FreeBSD-ports-a8c0f918b83d945209eb8018ee38378eb1017d65.tar.gz |
Fetch from correct MASTER_SITE_SUBDIR
Approved by: alane
Diffstat (limited to 'x11/kde4-runtime')
-rw-r--r-- | x11/kde4-runtime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index 4372c97..c6ea8bb 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 3.0.5 PORTREVISION= 0 CATEGORIES?= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${KDE_VERSION}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org |