summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authormarkd <markd>2013-04-03 22:04:16 +0000
committermarkd <markd>2013-04-03 22:04:16 +0000
commitd541a55da34abd216d2a1006a6016ebdac07f591 (patch)
tree7928353853cf251f97eed712d22a501ea4c1310c /meta-pkgs
parentf0f7a914dcfcdfcce278e2ba7747820b52dec39e (diff)
downloadpkgsrc-d541a55da34abd216d2a1006a6016ebdac07f591.tar.gz
Fix name in PLIST substitution.
(Don't make last minute changes mark)
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/kde4/Makefile.kde44
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/kde4/Makefile.kde4 b/meta-pkgs/kde4/Makefile.kde4
index 0956fe7ce6c..5b8757894a7 100644
--- a/meta-pkgs/kde4/Makefile.kde4
+++ b/meta-pkgs/kde4/Makefile.kde4
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.kde4,v 1.18 2013/04/03 10:51:43 markd Exp $
+# $NetBSD: Makefile.kde4,v 1.19 2013/04/03 22:04:16 markd Exp $
#
# This Makefile fragment is included at the top of package Makefiles for
# KDE4-distributed packages (they all share common configure and build
@@ -27,7 +27,7 @@ CONFIGURE_DIRS= _KDE_build
# eventually allow CMAKE_BUILD_TYPE to be overridden
# set for current default
TARGET_NAME= relwithdebinfo
-PLIST_SUBST+= TARGETS=${TARGET_NAME}
+PLIST_SUBST+= TARGET=${TARGET_NAME}
pre-configure:
${MKDIR} ${WRKSRC}/_KDE_build