mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
22 lines
582 B
Text
22 lines
582 B
Text
--- docs/Makefile.in.orig Sun Nov 9 16:31:55 2003
|
|
+++ docs/Makefile.in Sun Nov 9 16:34:04 2003
|
|
@@ -112,15 +112,19 @@
|
|
VERSION = @VERSION@
|
|
|
|
man_MANS = gftp.1
|
|
+.ifndef WITHOUT_X11
|
|
SUBDIRS = sample.gftp
|
|
+.endif
|
|
EXTRA_DIST = USERS-GUIDE gftp.1 gftp.desktop gftp.lsm gftp.png parse-netrc.pl gftp-faq.sgml
|
|
|
|
|
|
+.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 =
|