aboutsummaryrefslogtreecommitdiff
path: root/sysutils/portindex/files/patch-varju
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/portindex/files/patch-varju')
-rw-r--r--sysutils/portindex/files/patch-varju14
1 files changed, 0 insertions, 14 deletions
diff --git a/sysutils/portindex/files/patch-varju b/sysutils/portindex/files/patch-varju
deleted file mode 100644
index 242dd74426f5..000000000000
--- a/sysutils/portindex/files/patch-varju
+++ /dev/null
@@ -1,14 +0,0 @@
---- freebsdports.py.orig Wed Jul 28 14:03:59 2004
-+++ freebsdports.py Sat Aug 21 22:45:41 2004
-@@ -117,9 +117,9 @@
- print 'Output of make describe has',len(spl),'fields.'
- return False
- if this.path!=spl[1]:
-- print "Port path is",this.path,"but Makefile reports",spl[1]
-+ print "Warning: port path is",this.path,"but Makefile reports",spl[1]
- this.name=spl[0]
-- this.path=spl[1]
-+ #this.path=spl[1]
- this.prefix=spl[2]
- this.comment=sre.sub(r'\s{2,}',' ',spl[3].strip())
- this.dfile=spl[4]