Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Feb 1998 22:50:01 -0800 (PST)
From:      Bill Fenner <fenner@parc.xerox.com>
To:        freebsd-ports
Subject:   Re: ports/5832: catdoc is broken (easy fix) 
Message-ID:  <199802240650.WAA17413@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/5832; it has been noted by GNATS.

From: Bill Fenner <fenner@parc.xerox.com>
To: darius@holly.dons.net.au
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/5832: catdoc is broken (easy fix) 
Date: Mon, 23 Feb 1998 22:41:32 PST

 This is an old vs. new fetch issue; new fetch fetches a file with just
 "catdoc/".  Perhaps the makefile needs a post-extract target:
 
 post-extract:
 	@if [ -d ${WRKDIR}/pub/tex/ctan/support/catdoc ]; then \
 		mv ${WRKDIR}/pub/tex/ctan/support/catdoc ${WRKDIR}; \
 		rm -rf ${WRKDIR}/pub; \
 	 fi
 
   Bill

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?199802240650.WAA17413>