diff options
author | steve <steve@FreeBSD.org> | 2000-09-05 01:45:47 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-09-05 01:45:47 +0000 |
commit | 648b08f3514459e2fb8aed296ad4fa8c175b0c53 (patch) | |
tree | 623d61c36bda0cf86b9b4a6c1f918a6b26c5a33b /www/webstone/files | |
parent | 0e16723cdf0ad518d87f7a52e4e699fe88d03289 (diff) | |
download | FreeBSD-ports-648b08f3514459e2fb8aed296ad4fa8c175b0c53.zip FreeBSD-ports-648b08f3514459e2fb8aed296ad4fa8c175b0c53.tar.gz |
Update to version 2.5.
PR: 20832
Submitted by: maintainer
Diffstat (limited to 'www/webstone/files')
-rw-r--r-- | www/webstone/files/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/webstone/files/patch-ab b/www/webstone/files/patch-ab new file mode 100644 index 0000000..d2f9805 --- /dev/null +++ b/www/webstone/files/patch-ab @@ -0,0 +1,14 @@ +--- Makefile.in.orig Mon Sep 4 18:52:21 2000 ++++ Makefile.in Mon Sep 4 18:52:45 2000 +@@ -64,9 +64,9 @@ + .SUFFIXES: + .SUFFIXES: .c .o + +-all: $(TARGETS) cgi api ++all: $(TARGETS) cgi + +-install: all install-api install-cgi ++install: all install-cgi + $(CP) $(TARGETS) $(BINDIR) + + pure: all |