summaryrefslogtreecommitdiff
path: root/editors/kdissert
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-04-01 06:02:27 +0000
committerobache <obache@pkgsrc.org>2010-04-01 06:02:27 +0000
commit3a4ab86fea97fef8c0c43d0bcbda8a456b89fb37 (patch)
treefe93b3334791a0b5a073eef345bd648a4ce36fd6 /editors/kdissert
parentd345c29ed2966801bf79c24cb6111aa11df6fef4 (diff)
downloadpkgsrc-3a4ab86fea97fef8c0c43d0bcbda8a456b89fb37.tar.gz
Exactly pass empty string as prefix to use plain default KDE settings.
Back to the previous behaviour and fix PR#43052.
Diffstat (limited to 'editors/kdissert')
-rw-r--r--editors/kdissert/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/kdissert/Makefile b/editors/kdissert/Makefile
index e1fb1b7c4ce..e3ca5577a60 100644
--- a/editors/kdissert/Makefile
+++ b/editors/kdissert/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2010/03/20 19:09:10 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2010/04/01 06:02:27 obache Exp $
#
DISTNAME= kdissert-1.0.7
@@ -21,7 +21,7 @@ PYTHON_FOR_BUILD_ONLY= yes
do-configure:
${RUN} ${_ULIMIT_CMD} \
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
- ${PYTHONBIN} waf configure --prefix=${PREFIX}
+ ${PYTHONBIN} waf configure --prefix=''
do-build:
${RUN} ${_ULIMIT_CMD} \