aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Glade-Perl
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-06-07 21:43:34 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-06-07 21:43:34 +0000
commit7ee3c2fb9c44fd62359aacef39cbb61780e381ac (patch)
treea9e28ec1d813a5ce5759a898cb50c95f80645471 /devel/p5-Glade-Perl
parent5e2bd0c53adcb663dd00096f8e3e50296cad4b36 (diff)
downloadports-7ee3c2fb9c44fd62359aacef39cbb61780e381ac.tar.gz
ports-7ee3c2fb9c44fd62359aacef39cbb61780e381ac.zip
Notes
Diffstat (limited to 'devel/p5-Glade-Perl')
-rw-r--r--devel/p5-Glade-Perl/files/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/p5-Glade-Perl/files/patch-aa b/devel/p5-Glade-Perl/files/patch-aa
new file mode 100644
index 000000000000..f5c7f18128bd
--- /dev/null
+++ b/devel/p5-Glade-Perl/files/patch-aa
@@ -0,0 +1,15 @@
+--- Makefile.PL.orig Thu Jun 7 15:29:59 2001
++++ Makefile.PL Thu Jun 7 15:30:13 2001
+@@ -49,12 +49,6 @@
+ # Allow us to suppress all program installation with the -n (library only)
+ # option. This is for those that don't want to mess with the configuration
+ # section of this file.
+-use Getopt::Std;
+-use vars qw($opt_n);
+-unless (getopts("n")) {
+- die "Usage: $0 [-n]\n";
+-}
+-@programs_to_install = () if $opt_n;
+
+ # Check for non-standard modules that are used by this library.
+ $| = 1; # autoflush on