From 94c5a771fbffad1c61328981e099e65911039324 Mon Sep 17 00:00:00 2001 From: ijliao Date: Wed, 13 Nov 2002 01:41:14 +0000 Subject: 1. update WWW 2. SRC is ".c" , not ".o" PR: 44952 Submitted by: "Remco van 't Veer" --- archivers/parchive/files/Makefile | 2 +- archivers/parchive/pkg-descr | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'archivers') diff --git a/archivers/parchive/files/Makefile b/archivers/parchive/files/Makefile index 7f4a7ad5842f..43adbd436566 100644 --- a/archivers/parchive/files/Makefile +++ b/archivers/parchive/files/Makefile @@ -3,7 +3,7 @@ PREFIX?=/usr/local BINDIR= ${PREFIX}/bin PROG= parchive -SRCS= backend.o checkpar.o makepar.o rwpar.o rs.o md5.o fileops.o main.o readoldpar.o interface.o ui_text.o +SRCS= backend.c checkpar.c makepar.c rwpar.c rs.c md5.c fileops.c main.c readoldpar.c interface.c ui_text.c NOMAN= yes .include diff --git a/archivers/parchive/pkg-descr b/archivers/parchive/pkg-descr index cadaa4f6b0f4..04b073884c82 100644 --- a/archivers/parchive/pkg-descr +++ b/archivers/parchive/pkg-descr @@ -1,8 +1,8 @@ Parity Archive -par uses Reed-Solomon coding to make multiple parity volumes from +parchive uses Reed-Solomon coding to make multiple parity volumes from the same set of files. What this means is that you can recover as many files as you have recovery volumes. Any recovery volumes for that set will do. -WWW: http://par.sourceforge.net/ +WWW: http://parchive.sourceforge.net/ -- cgit