summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2013-04-03 22:04:16 +0000
committermarkd <markd@pkgsrc.org>2013-04-03 22:04:16 +0000
commit8401599ca4cc05a6e1cff2b66f4ffb5a9dd448eb (patch)
tree7928353853cf251f97eed712d22a501ea4c1310c /meta-pkgs
parent1c87a268e26d0dde547a2e10a9a678379a61e128 (diff)
downloadpkgsrc-8401599ca4cc05a6e1cff2b66f4ffb5a9dd448eb.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