mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
16 lines
484 B
Text
16 lines
484 B
Text
--- docs/Makefile.in.orig Fri Dec 21 01:40:24 2001
|
|
+++ docs/Makefile.in Wed Jan 2 13:50:13 2002
|
|
@@ -104,11 +104,13 @@
|
|
SUBDIRS = sample.gftp
|
|
EXTRA_DIST = USERS-GUIDE gftp.1 gftp.desktop gftp.lsm gftp.png parse-netrc.pl
|
|
|
|
+.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 =
|