diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-08-18 23:54:35 +0000 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-08-18 23:54:35 +0000 |
commit | 820572e359846332a3c238141f53f99385124b0a (patch) | |
tree | e3845460a12a22808cfbb135c858a22ea4d7c14c /x11/kdebase3/Makefile | |
parent | 075d70b5b8d11a79db25dadca92853f7bb6840c4 (diff) | |
download | FreeBSD-ports-820572e359846332a3c238141f53f99385124b0a.zip FreeBSD-ports-820572e359846332a3c238141f53f99385124b0a.tar.gz |
Disable kappfinder_install execution at install time. This will avoid the
installation of some ".desktop" files that make packaging fail for some
users: some desktop shortcuts are not created if you don't have the
corresponding application already installed.
Users may still get the shortcuts in their local configurations by running
kappfinder as usual.
Diffstat (limited to 'x11/kdebase3/Makefile')
-rw-r--r-- | x11/kdebase3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index 95c4a33..4593baf 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -23,6 +23,7 @@ USE_XPM= yes USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes +CONFIGURE_ENV+= RUN_KAPPFINDER=no CONFIGURE_ARGS+=--with-xdmdir=${X11BASE}/lib/X11/xdm \ --with-qt-dir=${X11BASE} \ --without-ldap \ |