Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2002 13:55:31 -0700 (PDT)
From:      <adam@vectors.cx>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/43308: [patch] fix security/ccrypt install
Message-ID:  <200209232055.g8NKtV6A049933@vectors.cx>

next in thread | raw e-mail | index | archive | help

>Number:         43308
>Category:       ports
>Synopsis:       [patch] fix security/ccrypt install
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 23 14:00:12 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        FreeBSD 4.7-RC i386
>Organization:
>Environment:
System: FreeBSD smacky.vectors.cx 4.7-RC FreeBSD 4.7-RC #21: Sun Sep 22 01:45:57 PDT 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386


	
>Description:
	as noted on bento, http://bento.freebsd.org/errorlogs/4-latest/ccrypt-1.2_1.log,
	security/ccrypt doesn't install. it attempts to install the entire WRKSRC into
	docsdir. this patch specifies the useful doc files.
	
>How-To-Repeat:
	
>Fix:

	

--- ccrypt.patch begins here ---
37c37,39
< 	${INSTALL_DATA} ${WRKSRC}/ ${DOCSDIR}
---
> .for i in README doc/ccrypt.html doc/cypfaq01.txt
> 	${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR}
> .endfor
--- ccrypt.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

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?200209232055.g8NKtV6A049933>