summaryrefslogtreecommitdiff
path: root/x11-fm/nautilus2/files/patch-al
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
commitdb3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch)
tree29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /x11-fm/nautilus2/files/patch-al
parentFix compilation problems. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes: svn path=/head/; revision=47856 svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
Diffstat (limited to 'x11-fm/nautilus2/files/patch-al')
-rw-r--r--x11-fm/nautilus2/files/patch-al9
1 files changed, 0 insertions, 9 deletions
diff --git a/x11-fm/nautilus2/files/patch-al b/x11-fm/nautilus2/files/patch-al
deleted file mode 100644
index 6134eb8abee3..000000000000
--- a/x11-fm/nautilus2/files/patch-al
+++ /dev/null
@@ -1,9 +0,0 @@
---- helper-scripts/Makefile.in.orig Fri Jan 12 12:04:47 2001
-+++ helper-scripts/Makefile.in Fri Jan 12 12:24:05 2001
-@@ -267,4 +267,4 @@
- if test -f $(srcdir)/$$p; then \
-- echo " $(INSTALL_PROGRAM) $(srcdir)/$$p $(DESTDIR)/$(prefix)/bin/$$p"; \
-- $(INSTALL_PROGRAM) $(srcdir)/$$p $(DESTDIR)/$(prefix)/bin/$$p; \
-+ echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)/$(prefix)/bin/$$p"; \
-+ $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)/$(prefix)/bin/$$p; \
- else :; fi; \