summaryrefslogtreecommitdiff
path: root/x11/kde4
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2007-11-05 17:05:08 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2007-11-05 17:05:08 +0000
commit5a2c9b9f5473a2f4d858621f150f23fdca655bfe (patch)
treea350bc82e2a14857f5e3221edec02cae2f597a74 /x11/kde4
parent- Mark as BROKEN on Freebsd 8.X and AMD64 (diff)
Set STRIP to an empty string instead of "''" so install as called by
INSTALL_PROGRAM will not fail. Approved by: portmgr (Pav)
Notes
Notes: svn path=/head/; revision=202526
Diffstat (limited to 'x11/kde4')
-rw-r--r--x11/kde4/Makefile.kde2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kde4/Makefile.kde b/x11/kde4/Makefile.kde
index 701b2ec30735..56a2fde811d0 100644
--- a/x11/kde4/Makefile.kde
+++ b/x11/kde4/Makefile.kde
@@ -49,7 +49,7 @@ CONFIGURE_ARGS+=--enable-final
CONFIGURE_ARGS+=--disable-debug
.else
CONFIGURE_ARGS+=--enable-debug=full
-STRIP=''
+STRIP= # empty
.endif # defined(PARALLEL_PACKAGE_BUILD) || !defined(WANT_KDE_DEBUG)
.endif # !defined(_NO_KDE_NDEBUG)