mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Don't try to install any KDE datafiles.
PR: 53396
This commit is contained in:
parent
4fa450342c
commit
6cfa076c9c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83156
@ -1,5 +1,5 @@
|
||||
--- driver/Makefile.in.orig Tue Mar 18 07:30:00 2003
|
||||
+++ driver/Makefile.in Mon May 19 22:01:49 2003
|
||||
--- driver/Makefile.in.orig Tue Jun 17 10:54:08 2003
|
||||
+++ driver/Makefile.in Tue Jun 17 10:56:37 2003
|
||||
@@ -24,11 +24,11 @@
|
||||
INTLTOOL_MERGE = @INTLTOOL_MERGE@
|
||||
|
||||
@ -16,6 +16,15 @@
|
||||
GNOME_PANELDIR = @GNOME_PANELDIR@
|
||||
GLADE_DATADIR = @GLADE_DATADIR@
|
||||
GNOME_BINDIR = $(bindir)
|
||||
@@ -238,7 +238,7 @@
|
||||
tests: $(TEST_EXES)
|
||||
|
||||
install: install-program install-ad install-scripts \
|
||||
- install-gnome install-kde install-man @INSTALL_PAM@
|
||||
+ install-gnome install-man @INSTALL_PAM@
|
||||
uninstall: uninstall-program uninstall-ad \
|
||||
uninstall-gnome uninstall-kde uninstall-man
|
||||
|
||||
@@ -477,8 +477,11 @@
|
||||
\
|
||||
echo $(INSTALL_DATA) screensaver-properties.desktop \
|
||||
|
Loading…
Reference in New Issue
Block a user