diff options
author | markd <markd@pkgsrc.org> | 2005-05-26 02:15:58 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-05-26 02:15:58 +0000 |
commit | bb2c8d7f60a04a053431c29832c18b882f7c04b7 (patch) | |
tree | 223720e9db00b661a70c1dcb416a19d35ca1c112 /x11/kde3-i18n-sr_Latn | |
parent | b83702aa2aebed7e399144fe60949cd26d90339b (diff) | |
download | pkgsrc-bb2c8d7f60a04a053431c29832c18b882f7c04b7.tar.gz |
Don't use "@" in PKGNAME (was the only package that did).
Diffstat (limited to 'x11/kde3-i18n-sr_Latn')
-rw-r--r-- | x11/kde3-i18n-sr_Latn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kde3-i18n-sr_Latn/Makefile b/x11/kde3-i18n-sr_Latn/Makefile index feb7748443d..172b3952f08 100644 --- a/x11/kde3-i18n-sr_Latn/Makefile +++ b/x11/kde3-i18n-sr_Latn/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2005/04/11 21:48:10 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/05/26 02:15:58 markd Exp $ DISTNAME= kde-i18n-sr@Latn-${_KDE_VERSION} +PKGNAME= ${DISTNAME:S/@/_/} CATEGORIES= x11 MASTER_SITES= ${MASTER_SITES_KDE:=kde-i18n/} |