diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-11 16:25:24 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-11 16:25:24 +0000 |
commit | 5cbbdd62a030ac787d785b161e2d59f60ad1c573 (patch) | |
tree | d9229bd1df8af123c88ac95fd4931a3546feffe1 /sysutils/logtool/files/patch-ad | |
parent | New port: biology/fasta, the FASTA2 suite of DNA and protein sequence (diff) |
upgrade to 1.0.5
Notes
Notes:
svn path=/head/; revision=38206
Diffstat (limited to 'sysutils/logtool/files/patch-ad')
-rw-r--r-- | sysutils/logtool/files/patch-ad | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/logtool/files/patch-ad b/sysutils/logtool/files/patch-ad deleted file mode 100644 index 1aa1f880eccd..000000000000 --- a/sysutils/logtool/files/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ ---- logtail/Makefile.orig Mon Dec 25 19:24:25 2000 -+++ logtail/Makefile Sun Jan 28 22:40:44 2001 -@@ -1,8 +1,8 @@ - SRC= logtail.c - PROG= logtail - CC= gcc --CFLAGS= -Wall -Werror -O3 -ansi -pedantic --PREFIX=/usr -+CFLAGS+= -Wall -Werror -ansi -pedantic -+PREFIX=%%PREFIX%% - - default: - $(CC) $(CFLAGS) -o $(PROG) $(SRC) |