aboutsummaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-05-20 18:04:17 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-05-20 18:04:17 +0000
commitad77d95ef0a3b1eb51c49a4c71af83160cba67dd (patch)
treecc216046bfeb40b954f362affefc5d8b191095a2 /x11-fm
parentcb6e6af1a37bc7c006c8130356c0964b38a9d171 (diff)
downloadports-ad77d95ef0a3b1eb51c49a4c71af83160cba67dd.tar.gz
ports-ad77d95ef0a3b1eb51c49a4c71af83160cba67dd.zip
Remove leftover file.
Notes
Notes: svn path=/head/; revision=59550
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/nautilus2/files/patch-add-include-prefix11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-fm/nautilus2/files/patch-add-include-prefix b/x11-fm/nautilus2/files/patch-add-include-prefix
deleted file mode 100644
index 7ddafe9fa606..000000000000
--- a/x11-fm/nautilus2/files/patch-add-include-prefix
+++ /dev/null
@@ -1,11 +0,0 @@
-
-$FreeBSD$
-
---- add-include-prefix 2002/05/17 15:01:22 1.1
-+++ add-include-prefix 2002/05/17 15:01:56
-@@ -1 +1,4 @@
--sed -e 's/^/ /' -e 's/ \+$//' -e 's/ \+/ -I /g' -e 's/^ \+//'
-+for dir in $*
-+do
-+ echo -I${dir}
-+done