summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz>2003-01-02 23:17:58 +0000
committerwiz <wiz>2003-01-02 23:17:58 +0000
commite75133cd4c6ec2503c7494d9b3b68035f404567a (patch)
treefb1a498b53b25aac9ecfa95fdea4bc53429763bc /x11
parent24d2e653215d0519ca078cacc5c291ae642eabed (diff)
downloadpkgsrc-e75133cd4c6ec2503c7494d9b3b68035f404567a.tar.gz
Only set package name conditionally (fixes e.g. the kdevelop PKGNAME).
Diffstat (limited to 'x11')
-rw-r--r--x11/kde3/Makefile.kde34
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/