diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-06-08 05:43:34 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-06-08 05:43:34 +0800 |
commit | b70e17dc259a4a14c15909f7f15b16416e7975b1 (patch) | |
tree | f0b491dcc0917ff85eca11ed1dd1da6c4afb7f5e /devel | |
parent | 155046e00f25be97c3ce89c62415e69c06b13097 (diff) | |
download | freebsd-ports-gnome-b70e17dc259a4a14c15909f7f15b16416e7975b1.tar.gz freebsd-ports-gnome-b70e17dc259a4a14c15909f7f15b16416e7975b1.tar.zst freebsd-ports-gnome-b70e17dc259a4a14c15909f7f15b16416e7975b1.zip |
add patches for p5-Glade-Perl
PR: 27945
Submitted by: Joe Clarke <marcus@marcuscom.com>
Reviewed by: will
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Glade-Perl/files/patch-aa | 15 |
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 |