freebsd-ports/devel/p5-Glade-Perl/files/patch-aa
David W. Chapman Jr. 7ee3c2fb9c add patches for p5-Glade-Perl
PR:		27945
Submitted by:	Joe Clarke <marcus@marcuscom.com>
Reviewed by:	will
2001-06-07 21:43:34 +00:00

16 lines
510 B
Plaintext

--- 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