diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-03-17 06:08:49 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-03-17 06:08:49 +0000 |
commit | e419bb17d386adf089f2299e02904d8b98eb7e32 (patch) | |
tree | 25d2274bfcb1cc1e6c1130b7ae478bdf79eb9412 /deskutils/teapot/files | |
parent | Update to version 0.7.1 (diff) |
- Update checksum
(Makefile is slightly modified & several html documents are vanished)
- Add %%PORTDOCS%% to pkg-plist
PR: 25868
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=39950
Diffstat (limited to 'deskutils/teapot/files')
-rw-r--r-- | deskutils/teapot/files/patch-aa | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/deskutils/teapot/files/patch-aa b/deskutils/teapot/files/patch-aa index 37299750585a..83898a86c791 100644 --- a/deskutils/teapot/files/patch-aa +++ b/deskutils/teapot/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Tue Nov 10 06:31:26 1998 -+++ Makefile Sat Oct 28 06:38:38 2000 +--- Makefile.orig Fri Mar 9 04:50:04 2001 ++++ Makefile Wed Mar 14 20:22:07 2001 @@ -1,16 +1,16 @@ #{{{script}}}#{{{ Linux, moria machines, gcc -CFLAGS= -g -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common @@ -35,16 +35,3 @@ #LDFLAGS= #MAKEDEPEND= gcc -MM #}}} -@@ -68,9 +67,9 @@ - #MAKEDEPEND= makedepend -f- - #}}} - #{{{ DEC OSF/1, cc --CFLAGS= -O -std1 $(CPPFLAGS) --CPPFLAGS= -D_XOPEN_SOURCE -D_OSF_SOURCE --LIBS= -lcurses -lm -+#CFLAGS= -O -std1 $(CPPFLAGS) -+#CPPFLAGS= -D_XOPEN_SOURCE -D_OSF_SOURCE -+#LIBS= -lcurses -lm - MAKEDEPEND= mkdep -d - #}}} - #{{{ AIX 3, xlc |