diff options
author | lofi <lofi@FreeBSD.org> | 2004-03-10 06:51:35 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-03-10 06:51:35 +0800 |
commit | c95d783a6612c537ed7bf58c85189532d4c2cba7 (patch) | |
tree | 0de538b956f8bde2d7b537e3c7547f18b90ab5b2 /x11/kde4 | |
parent | 06ba5c4ccf8c98b579859ab40aaeeaa4048ca7b7 (diff) | |
download | freebsd-ports-gnome-c95d783a6612c537ed7bf58c85189532d4c2cba7.tar.gz freebsd-ports-gnome-c95d783a6612c537ed7bf58c85189532d4c2cba7.tar.zst freebsd-ports-gnome-c95d783a6612c537ed7bf58c85189532d4c2cba7.zip |
Change PKGNAMEPREFIX from sr@Latn to sr-Latn.
Requested by: kris, linimon
Diffstat (limited to 'x11/kde4')
-rw-r--r-- | x11/kde4/Makefile.kde | 2 |
1 files changed, 1 insertions, 1 deletions
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. |