diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2002-01-06 16:30:01 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2002-01-06 16:30:01 +0800 |
commit | 99604df893ebf94590959dcad2519545af0ce6d1 (patch) | |
tree | 6bfa156e9c0fcf51fb4105cd87dc6e0340d0d710 /www/w3m/files | |
parent | 5a81ebeebc4230c12afb810eec0d5991369e78b3 (diff) | |
download | freebsd-ports-gnome-99604df893ebf94590959dcad2519545af0ce6d1.tar.gz freebsd-ports-gnome-99604df893ebf94590959dcad2519545af0ce6d1.tar.zst freebsd-ports-gnome-99604df893ebf94590959dcad2519545af0ce6d1.zip |
Add the extra patch which I forgot to add on the previous commit.
Diffstat (limited to 'www/w3m/files')
-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 000000000000..40d174da1646 --- /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 |