opnsense-ports/editors/gnotepad+/files/patch-Makefile.in
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

30 lines
1,009 B
Text

--- 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)/gnome/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)