aboutsummaryrefslogtreecommitdiff
path: root/devel/autodia/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-15 06:57:25 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-15 06:57:25 +0000
commit7c977c3d96d8ade4d47a9ba0f0aa79455a17fd8e (patch)
treeb692c92189f3ecf5396faf52c4bf50cae3342289 /devel/autodia/files
parent2b84a9892b5565307c701227f03b0f09c52e48cf (diff)
downloadports-7c977c3d96d8ade4d47a9ba0f0aa79455a17fd8e.tar.gz
ports-7c977c3d96d8ade4d47a9ba0f0aa79455a17fd8e.zip
Notes
Diffstat (limited to 'devel/autodia/files')
-rw-r--r--devel/autodia/files/patch-SRC::autodia.pl17
1 files changed, 0 insertions, 17 deletions
diff --git a/devel/autodia/files/patch-SRC::autodia.pl b/devel/autodia/files/patch-SRC::autodia.pl
deleted file mode 100644
index c425470ec5c6..000000000000
--- a/devel/autodia/files/patch-SRC::autodia.pl
+++ /dev/null
@@ -1,17 +0,0 @@
---- SRC/autodia.pl.orig Fri Jul 6 21:58:39 2001
-+++ SRC/autodia.pl Sat Oct 6 15:27:45 2001
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl -I /home/aaron/downloads/autodia-0.9/SRC
-+#!/usr/bin/perl -I /usr/local/lib/perl5/site_perl/5.6.0/autodia
-
- ###############################################################
- # AutoDIA - Automatic Dia XML. (C)Copyright 2001 A Trevena #
-@@ -156,7 +156,7 @@
-
- $config{filenames} = \@filenames;
- $config{use_stdout} = (defined $args{'O'}) ? 1 : 0;
-- $config{templatefile} = (defined $args{'t'}) ? $args{'t'} : "template.xml";
-+ $config{templatefile} = (defined $args{'t'}) ? $args{'t'} : "%%LOCALBASE%%/lib/perl5/site_perl/%%PERL_VER%%/autodia/template.xml";
- $config{outputfile} = (defined $args{'o'}) ? $args{'o'} : "autodial.out.xml";
- $config{no_deps} = (defined $args{'D'}) ? 1 : 0;
- $config{sort} = (defined $args{'s'}) ? 1 : 0;