diff options
author | wiz <wiz> | 2003-01-02 23:17:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-01-02 23:17:58 +0000 |
commit | cc7e5ee68d1b97aa7bc729d86af16e1c747eae56 (patch) | |
tree | fb1a498b53b25aac9ecfa95fdea4bc53429763bc /x11 | |
parent | 8affba3372dde0c3264b1e8e37fe8c38e0721a35 (diff) | |
download | pkgsrc-cc7e5ee68d1b97aa7bc729d86af16e1c747eae56.tar.gz |
Only set package name conditionally (fixes e.g. the kdevelop PKGNAME).
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kde3/Makefile.kde3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kde3/Makefile.kde3 b/x11/kde3/Makefile.kde3 index 3c85587383c..fb8c2d3bb5a 100644 --- a/x11/kde3/Makefile.kde3 +++ b/x11/kde3/Makefile.kde3 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.kde3,v 1.6 2003/01/02 09:12:32 skrll Exp $ +# $NetBSD: Makefile.kde3,v 1.7 2003/01/02 23:17:58 wiz Exp $ # # This Makefile fragment is included at the top of package Makefiles for # KDE3-distributed packages (they all share common configure and build @@ -6,7 +6,7 @@ CATEGORIES+= kde _KDE_VERSION= 3.0.5a -PKGNAME= ${DISTNAME:S/.5a/.5.1/} +PKGNAME?= ${DISTNAME:S/.5a/.5.1/} MASTER_SITES?= ftp://ftp.kde.org/pub/kde/stable/${_KDE_VERSION}/src/ \ ftp://ftp.us.kde.org/pub/kde/stable/${_KDE_VERSION}/src/ \ ftp://ftp.de.kde.org/pub/kde/stable/${_KDE_VERSION}/src/ |