diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-02-05 22:56:41 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-02-05 22:56:41 +0000 |
commit | 563a20d881c8c1cd263dbb558c9f8dca0b2df9a8 (patch) | |
tree | bb01f6b1bd06ba923a8edc6e5c13c220b9bdf4bd | |
parent | BROKEN on 5.x: Does not install cleanly (diff) |
Fix MASTER_SITE_SUBDIR
Notes
Notes:
svn path=/head/; revision=100086
-rw-r--r-- | misc/kde3-i18n-eo/Makefile | 2 | ||||
-rw-r--r-- | misc/kde4-l10n-eo/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/kde3-i18n-eo/Makefile b/misc/kde3-i18n-eo/Makefile index 88d6a455c97d..e389853519c9 100644 --- a/misc/kde3-i18n-eo/Makefile +++ b/misc/kde3-i18n-eo/Makefile @@ -10,7 +10,7 @@ PORTNAME= kde-i18n PORTVERSION= 3.1.5 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= eo- DIST_SUBDIR= KDE diff --git a/misc/kde4-l10n-eo/Makefile b/misc/kde4-l10n-eo/Makefile index 88d6a455c97d..e389853519c9 100644 --- a/misc/kde4-l10n-eo/Makefile +++ b/misc/kde4-l10n-eo/Makefile @@ -10,7 +10,7 @@ PORTNAME= kde-i18n PORTVERSION= 3.1.5 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= eo- DIST_SUBDIR= KDE |