aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/gftp/files
diff options
context:
space:
mode:
authorreg <reg@FreeBSD.org>2000-10-13 17:38:52 +0800
committerreg <reg@FreeBSD.org>2000-10-13 17:38:52 +0800
commit9ebb33fee8ff4309718f928b8e2d436442e03317 (patch)
tree6b552e051274c833e85834f7a26a158eac0f996a /ftp/gftp/files
parent12791b496e996ae27426fed81deb9ea1be15e70c (diff)
downloadfreebsd-ports-gnome-9ebb33fee8ff4309718f928b8e2d436442e03317.tar.gz
freebsd-ports-gnome-9ebb33fee8ff4309718f928b8e2d436442e03317.tar.zst
freebsd-ports-gnome-9ebb33fee8ff4309718f928b8e2d436442e03317.zip
Don't install the pixmap when not using gnome, to fix the PLIST.
Diffstat (limited to 'ftp/gftp/files')
-rw-r--r--ftp/gftp/files/patch-ab25
1 files changed, 5 insertions, 20 deletions
diff --git a/ftp/gftp/files/patch-ab b/ftp/gftp/files/patch-ab
index 1246f8b0f0fe..7dee68a5cdcf 100644
--- a/ftp/gftp/files/patch-ab
+++ b/ftp/gftp/files/patch-ab
@@ -1,31 +1,16 @@
--- docs/Makefile.in.orig Sun Aug 6 19:53:16 2000
+++ docs/Makefile.in Fri Sep 8 02:09:07 2000
-@@ -91,8 +91,10 @@
+@@ -91,11 +91,13 @@
SUBDIRS = sample.gftp
EXTRA_DIST = USERS-GUIDE gftp.1 gftp.desktop gftp.lsm gftp.png
+.ifdef HAVE_GNOME
Utilitiesdir = $(datadir)/apps/Internet
Utilities_DATA = gftp.desktop
-+.endif
Iconsdir = $(datadir)/pixmaps
Icons_DATA = gftp.png
-@@ -182,7 +184,6 @@
-
- install-UtilitiesDATA: $(Utilities_DATA)
- @$(NORMAL_INSTALL)
-- $(mkinstalldirs) $(DESTDIR)$(Utilitiesdir)
- @list='$(Utilities_DATA)'; for p in $$list; do \
- if test -f $(srcdir)/$$p; then \
- echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(Utilitiesdir)/$$p"; \
-@@ -338,8 +339,7 @@
- $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
- installdirs: installdirs-recursive
- installdirs-am:
-- $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(Iconsdir) \
-- $(DESTDIR)$(Utilitiesdir)
-+ $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(Iconsdir)
-
-
- mostlyclean-generic:
++.endif
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = ../config.h
+ CONFIG_CLEAN_FILES =