diff options
author | vs <vs@FreeBSD.org> | 2005-06-04 21:58:25 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-06-04 21:58:25 +0800 |
commit | 656c4945f9f095e75668fcc281e61a401001733a (patch) | |
tree | e7484718772b2e524e7293a5f7be2d4b81fc5261 /benchmarks/httperf/files | |
parent | 0a9e8c9fd2cbf0b9cd34cdd7ac00d78a53545d16 (diff) | |
download | freebsd-ports-gnome-656c4945f9f095e75668fcc281e61a401001733a.tar.gz freebsd-ports-gnome-656c4945f9f095e75668fcc281e61a401001733a.tar.zst freebsd-ports-gnome-656c4945f9f095e75668fcc281e61a401001733a.zip |
- Use MAKE_ARGS
- Use PORTDOCS
Diffstat (limited to 'benchmarks/httperf/files')
-rw-r--r-- | benchmarks/httperf/files/patch-Makefile.in | 10 | ||||
-rw-r--r-- | benchmarks/httperf/files/patch-lib::Makefile.in | 11 |
2 files changed, 0 insertions, 21 deletions
diff --git a/benchmarks/httperf/files/patch-Makefile.in b/benchmarks/httperf/files/patch-Makefile.in deleted file mode 100644 index 59491595c46d..000000000000 --- a/benchmarks/httperf/files/patch-Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.in.orig Thu Oct 19 16:38:59 2000 -+++ Makefile.in Wed Nov 13 06:30:08 2002 -@@ -6,6 +6,7 @@ - top_builddir = . - - prefix = @prefix@ -+exec_prefix = @exec_prefix@ - bindir = @bindir@ - mandir = @mandir@ - diff --git a/benchmarks/httperf/files/patch-lib::Makefile.in b/benchmarks/httperf/files/patch-lib::Makefile.in deleted file mode 100644 index 1b6cfa626b87..000000000000 --- a/benchmarks/httperf/files/patch-lib::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/Makefile.in.orig Thu Oct 12 10:04:32 2000 -+++ lib/Makefile.in Fri Jan 24 05:57:18 2003 -@@ -27,7 +27,7 @@ - .c.o: - $(COMPILE) $< - --LIBUTIL_OBJS = getopt.o getopt1.o ssl_writev.o -+LIBUTIL_OBJS = ssl_writev.o - - all: libutil.a - |