Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Dec 2002 19:31:23 +0300
From:      "Sergey A. Osokin" <osa@freebsd.org.ru>
To:        Paulo Rodrigo <rodrigo_paulo@yahoo.com.br>
Cc:        ports@FreeBSD.org
Subject:   Re: Digest problem
Message-ID:  <20021226163123.GB37589@freebsd.org.ru>
In-Reply-To: <20021226161154.29442.qmail@web20710.mail.yahoo.com>
References:  <20021226161154.29442.qmail@web20710.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Dec 26, 2002 at 01:11:54PM -0300, Paulo Rodrigo wrote:
> Hi!!
>  I'm having problem with digest's install using ports,
> follow my output.
> PS: I'm using FreeBSd 4.7 and has made a cvsup
> recently to update my ports.
>  The install/use of digest it's ok, but the manual is
> not installed.
> 
> --Begin output--
> www# make install
> ===>  Installing for digest-20010807_2
> echo bin/digest >
> /usr/ports/security/digest/work/pkg-plist
> install -s -o root -g wheel -m 555   digest
> /usr/local/bin
> install -o root -g wheel -m 444 digest.1.gz 
> /usr/local/man/man1
> ===>   Generating temporary packing list
> ===>   Compressing manual pages for digest-20010807_2
> /usr/local/man//man1/digest.1: No such file or
> directory
> ===>   Registering installation for digest-20010807_2
> --End output--

Try the following patch:

Index: ports/security/digest/Makefile
===================================================================
RCS file: /home/ncvs/ports/security/digest/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- ports/security/digest/Makefile	2002/01/29 11:58:40	1.6
+++ ports/security/digest/Makefile	2002/12/26 16:30:51
@@ -19,6 +19,7 @@
 MAKE_ENV+=	BINDIR=${LOCALBASE}/bin MANDIR=${LOCALBASE}/man/man
 MAKE_ARGS=	VERSION="${PORTVERSION}"
 MAN1=		digest.1
+MANCOMPRESSED=	yes
 PLIST=		${WRKDIR}/pkg-plist
 WRKSRC=		${WRKDIR}
 

-- 

Rgdz,                        /"\  ASCII RIBBON CAMPAIGN
Sergey Osokin aka oZZ,       \ /    AGAINST HTML MAIL
http://ozz.pp.ru/             X          AND NEWS
                             / \

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021226163123.GB37589>