diff options
author | wiz <wiz@pkgsrc.org> | 2000-09-03 13:48:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-09-03 13:48:21 +0000 |
commit | 178e9b169f6f6cb00b1cc212651607f7acf5f76b (patch) | |
tree | fb77c63de04e264c6e4286237646f3d48cec4849 /x11/khostchooser | |
parent | e1b2ca30936f7f755d4fe7f481a6164e4e7b5daf (diff) | |
download | pkgsrc-178e9b169f6f6cb00b1cc212651607f7acf5f76b.tar.gz |
remove trailing whitespace
Diffstat (limited to 'x11/khostchooser')
-rw-r--r-- | x11/khostchooser/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/khostchooser/Makefile b/x11/khostchooser/Makefile index 5e4a4acbf56..791695bfe34 100644 --- a/x11/khostchooser/Makefile +++ b/x11/khostchooser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/08/23 23:14:34 tron Exp $ +# $NetBSD: Makefile,v 1.11 2000/09/03 13:48:21 wiz Exp $ # DISTNAME= khostchooser-0.3 @@ -21,7 +21,7 @@ GNU_CONFIGURE= YES EVAL_PREFIX+= QT1DIR=qt1 CONFIGURE_ARGS= --datadir=${PREFIX}/share/kde \ - --with-qt-dir=${QT1DIR}/qt1 + --with-qt-dir=${QT1DIR}/qt1 CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV= KDEDIR=${PREFIX} \ QTDIR=${QT1DIR}/qt1 \ |