diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2002-01-06 08:30:01 +0000 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2002-01-06 08:30:01 +0000 |
commit | 99604df893ebf94590959dcad2519545af0ce6d1 (patch) | |
tree | 6bfa156e9c0fcf51fb4105cd87dc6e0340d0d710 /www/w3m | |
parent | 5a81ebeebc4230c12afb810eec0d5991369e78b3 (diff) | |
download | FreeBSD-ports-99604df893ebf94590959dcad2519545af0ce6d1.zip FreeBSD-ports-99604df893ebf94590959dcad2519545af0ce6d1.tar.gz |
Add the extra patch which I forgot to add on the previous commit.
Diffstat (limited to 'www/w3m')
-rw-r--r-- | www/w3m/files/extra-patch-configure.m17n | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/w3m/files/extra-patch-configure.m17n b/www/w3m/files/extra-patch-configure.m17n new file mode 100644 index 0000000..40d174d --- /dev/null +++ b/www/w3m/files/extra-patch-configure.m17n @@ -0,0 +1,10 @@ +--- configure.orig Sun Jan 6 16:26:25 2002 ++++ configure Sun Jan 6 16:27:18 2002 +@@ -486,7 +486,6 @@ + + echo "Which suffix do you want to add to the program name?" + Echo "(default: $suffix) " +-readanswer suffix "$suffix" + echo "suffix='$suffix'" >> config.param + + d_bindir=$bindir |