diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-01-06 16:30:01 +0800 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-01-06 16:30:01 +0800 |
commit | e6b5e67d72ed167068c97dad5cd959d772b4f22e (patch) | |
tree | 7c970716dec015ed40fbcc0e222e33facbafa30b /www/w3m | |
parent | d60709a1f0812592b6b10f1d54b25a15a8e7923c (diff) | |
download | freebsd-ports-gnome-e6b5e67d72ed167068c97dad5cd959d772b4f22e.tar.gz freebsd-ports-gnome-e6b5e67d72ed167068c97dad5cd959d772b4f22e.tar.zst freebsd-ports-gnome-e6b5e67d72ed167068c97dad5cd959d772b4f22e.zip |
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 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 |