mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 15:59:18 -04:00
23 lines
596 B
Text
23 lines
596 B
Text
--- docs/Makefile.in.orig Wed Nov 10 20:13:26 2004
|
|
+++ docs/Makefile.in Wed Nov 10 20:15:59 2004
|
|
@@ -167,16 +167,20 @@
|
|
target_alias = @target_alias@
|
|
|
|
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)/applications
|
|
Utilities_DATA = gftp.desktop
|
|
|
|
Iconsdir = $(datadir)/pixmaps
|
|
Icons_DATA = gftp.png
|
|
+.endif
|
|
subdir = docs
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|