mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
31 lines
1003 B
Plaintext
31 lines
1003 B
Plaintext
--- Makefile.in.orig Wed May 10 09:11:34 2000
|
|
+++ Makefile.in Mon Jun 5 20:59:43 2000
|
|
@@ -97,8 +97,8 @@
|
|
|
|
CLEANFILES = *~ .deps/*
|
|
|
|
-Applicationsdir = $(datadir)/gnome/apps/Applications
|
|
-Applications_DATA = gnotepad+.desktop gnotepad+.spec
|
|
+@HAVE_GNOME_TRUE@Applicationsdir = $(datadir)/apps/Applications
|
|
+@HAVE_GNOME_TRUE@Applications_DATA = gnotepad+.desktop gnotepad+.spec
|
|
|
|
SUBDIRS = docs po intl src
|
|
|
|
@@ -217,7 +217,6 @@
|
|
|
|
install-ApplicationsDATA: $(Applications_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
- $(mkinstalldirs) $(DESTDIR)$(Applicationsdir)
|
|
@list='$(Applications_DATA)'; for p in $$list; do \
|
|
if test -f $(srcdir)/$$p; then \
|
|
echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(Applicationsdir)/$$p"; \
|
|
@@ -431,7 +430,7 @@
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
|
|
installdirs: installdirs-recursive
|
|
installdirs-am:
|
|
- $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(Applicationsdir) \
|
|
+ $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 \
|
|
$(DESTDIR)$(pkgdatadir)
|
|
|
|
|