Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 1998 14:47:44 +1030 (CST)
From:      "Daniel J. O'Connor" <darius@holly.dons.net.au>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/5832: catdoc is broken (easy fix)
Message-ID:  <199802240417.OAA01388@holly.dons.net.au>

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

>Number:         5832
>Category:       ports
>Synopsis:       textproc/catdoc Makefile is broken
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 23 20:20:02 PST 1998
>Last-Modified:
>Originator:     Daniel J. O'Connor
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:



>Description:
 
The textproc/catdoc port Makefile doesn't set WRKSRC, and since the 
tar ball was grabbed on the fly, it has a long path in it. (ie 
pub/tex/ctan/support/catdoc) 
 
>How-To-Repeat:
cd /usr/ports/textproc/catdoc 
make 
 
>Fix:
 
Add the following line to the Makefile 
 
    WRKSRC=         ${WRKDIR}/pub/tex/ctan/support/catdoc 

>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?199802240417.OAA01388>