mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -04:00
16 lines
467 B
Text
16 lines
467 B
Text
--- docs/Makefile.in.orig Sun Aug 6 19:53:16 2000
|
|
+++ docs/Makefile.in Fri Sep 8 02:09:07 2000
|
|
@@ -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
|
|
|
|
Iconsdir = $(datadir)/pixmaps
|
|
Icons_DATA = gftp.png
|
|
+.endif
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
CONFIG_HEADER = ../config.h
|
|
CONFIG_CLEAN_FILES =
|