diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-01 19:13:12 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-01 19:13:12 +0000 |
commit | ea9a60dab2b7bd3055c23f55f49d03a199f46bee (patch) | |
tree | 35583e4022d0fff7baf40074ba328847cfcdae06 /news/newsfetch/files | |
parent | Add patches to support the OV511+ cameras. (diff) |
Take over the maintainership. I've once touched this port.
Create a clean BSD Makefile instead of modifying the original.
Notes
Notes:
svn path=/head/; revision=37891
Diffstat (limited to 'news/newsfetch/files')
-rw-r--r-- | news/newsfetch/files/patch-aa | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/news/newsfetch/files/patch-aa b/news/newsfetch/files/patch-aa deleted file mode 100644 index 227d245f1510..000000000000 --- a/news/newsfetch/files/patch-aa +++ /dev/null @@ -1,30 +0,0 @@ ---- Makefile.orig Mon Apr 13 18:09:54 1998 -+++ Makefile Fri Jan 26 23:44:25 2001 -@@ -1,14 +1,16 @@ --CC = gcc --CFLAGS = -+#CC = gcc -+#CFLAGS = - - #Uncomment this if you do not want status meter - #CFLAGS = -DNO_STATUS_METER - - objs = newsfetch.o nntp.o net.o opt.o util.o getopt.o - -+all: newsfetch -+ - newsfetch: $(objs) - $(CC) -o newsfetch $(objs) -- strip newsfetch -+# strip newsfetch - - .c.o: - $(CC) -c $(CFLAGS) $< -@@ -17,5 +19,5 @@ - rm -f *.o newsfetch - - install: -- cp newsfetch /usr/local/bin -- cp newsfetch.1 /usr/man/man1 -+ ${BSD_INSTALL_PROGRAM} newsfetch ${PREFIX}/bin -+ ${BSD_INSTALL_MAN} newsfetch.1 ${PREFIX}/man/man1 |