diff options
author | markd <markd@pkgsrc.org> | 2013-04-03 22:04:16 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2013-04-03 22:04:16 +0000 |
commit | e4134bf3b4337a6b25f77e815d1da798dcdcf0c2 (patch) | |
tree | 7928353853cf251f97eed712d22a501ea4c1310c /meta-pkgs | |
parent | 8c9a5112de6795e693c979dc53d04cf3a025413c (diff) | |
download | pkgsrc-e4134bf3b4337a6b25f77e815d1da798dcdcf0c2.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.kde4 | 4 |
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 |