diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-03-09 22:51:35 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-03-09 22:51:35 +0000 |
commit | d955cc84cf2f25749a98496d3c7ddd045b3c41a6 (patch) | |
tree | 984b30f1dd9b52dd10b0693dda35c3e5f88b0788 | |
parent | beaa3c72b324b7a3d9311e21514d4d401e16ff48 (diff) | |
download | ports-d955cc84cf2f25749a98496d3c7ddd045b3c41a6.tar.gz ports-d955cc84cf2f25749a98496d3c7ddd045b3c41a6.zip |
Notes
-rw-r--r-- | misc/kde3-i18n-sr@Latn/Makefile | 3 | ||||
-rw-r--r-- | misc/kde3-i18n-sr_Latn/Makefile | 3 | ||||
-rw-r--r-- | x11/kde3/Makefile.kde | 2 | ||||
-rw-r--r-- | x11/kde4/Makefile.kde | 2 |
4 files changed, 6 insertions, 4 deletions
diff --git a/misc/kde3-i18n-sr@Latn/Makefile b/misc/kde3-i18n-sr@Latn/Makefile index cbb9b2556591..1f19c0428fb7 100644 --- a/misc/kde3-i18n-sr@Latn/Makefile +++ b/misc/kde3-i18n-sr@Latn/Makefile @@ -10,7 +10,8 @@ PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n -PKGNAMEPREFIX= sr@Latn- +PKGNAMEPREFIX= sr-Latn- +DISTNAME= ${PORTNAME}-sr@Latn-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org diff --git a/misc/kde3-i18n-sr_Latn/Makefile b/misc/kde3-i18n-sr_Latn/Makefile index cbb9b2556591..1f19c0428fb7 100644 --- a/misc/kde3-i18n-sr_Latn/Makefile +++ b/misc/kde3-i18n-sr_Latn/Makefile @@ -10,7 +10,8 @@ PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n -PKGNAMEPREFIX= sr@Latn- +PKGNAMEPREFIX= sr-Latn- +DISTNAME= ${PORTNAME}-sr@Latn-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org diff --git a/x11/kde3/Makefile.kde b/x11/kde3/Makefile.kde index b814385ef3a3..81d856e965c2 100644 --- a/x11/kde3/Makefile.kde +++ b/x11/kde3/Makefile.kde @@ -15,7 +15,7 @@ COPY= -c -p .if defined(KDE_I18N) _NO_KDE_FINAL= yes _NO_KDE_NDEBUG= yes -DISTNAME= ${PORTNAME}-${PKGNAMEPREFIX:S/-$//}-${PORTVERSION} +DISTNAME?= ${PORTNAME}-${PKGNAMEPREFIX:S/-$//}-${PORTVERSION} # Since KDE 3.1.3, the kde-i18n tarballs have the ${KDE_VERSION} # as part of the name of their toplevel directory, while the # koffice-i18n ones have not, so we need to take care of that. diff --git a/x11/kde4/Makefile.kde b/x11/kde4/Makefile.kde index b814385ef3a3..81d856e965c2 100644 --- a/x11/kde4/Makefile.kde +++ b/x11/kde4/Makefile.kde @@ -15,7 +15,7 @@ COPY= -c -p .if defined(KDE_I18N) _NO_KDE_FINAL= yes _NO_KDE_NDEBUG= yes -DISTNAME= ${PORTNAME}-${PKGNAMEPREFIX:S/-$//}-${PORTVERSION} +DISTNAME?= ${PORTNAME}-${PKGNAMEPREFIX:S/-$//}-${PORTVERSION} # Since KDE 3.1.3, the kde-i18n tarballs have the ${KDE_VERSION} # as part of the name of their toplevel directory, while the # koffice-i18n ones have not, so we need to take care of that. |