Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 1998 18:03:53 -0500 (EST)
From:      Tim Vanderhoek <ac199@hwcn.org>
To:        Bill Fenner <fenner@parc.xerox.com>
Cc:        freebsd-ports@hub.freebsd.org
Subject:   Re: ports/5832: catdoc is broken (easy fix) 
Message-ID:  <Pine.BSF.3.96.980224175343.202A-100000@localhost>
In-Reply-To: <199802240650.WAA17413@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 23 Feb 1998, Bill Fenner wrote:

>  This is an old vs. new fetch issue; new fetch fetches a file with just
>  "catdoc/".  Perhaps the makefile needs a post-extract target:

The submitter's original port fetched each file individually.  I
thought I'd be tricky and avoid needing another DIST_SUBDIR.
Perhaps it should just be changed to fetch each file
individually, again.  I have the submitter's original on hand,
still.  This would probably let the port use MASTER_SITE=tex-ctan.

(However, I do _not_ have time to do anything until at least the
weekend --- just make the port work and close the bugreport :).


>  post-extract:
>  	@if [ -d ${WRKDIR}/pub/tex/ctan/support/catdoc ]; then \
>  		mv ${WRKDIR}/pub/tex/ctan/support/catdoc ${WRKDIR}; \
>  		rm -rf ${WRKDIR}/pub; \
>  	 fi

But that looks good, too.  The original introduced a do-extract,
which is more evil than a post-extract.


--
 tIM...HOEk
OPTIMIZATION: the process of using many one-letter variables names
              hoping that the resultant code will run faster.


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?Pine.BSF.3.96.980224175343.202A-100000>