Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Nov 1999 05:50:02 -0800 (PST)
From:      <lioux@linf.unb.br>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/15142: Added DIST_SUBDIR to print/tex port
Message-ID:  <199911291350.FAA53880@freefall.freebsd.org>

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

From: <lioux@linf.unb.br>
To: freebsd-gnats-submit@freebsd.org
Cc: lioux@linf.unb.br
Subject: Re: ports/15142: Added DIST_SUBDIR to print/tex port
Date: Mon, 29 Nov 1999 11:37:02 -0200 (EDT)

 The aforementioned patch is incomplete, here follows an additional patch:
 
 --- scripts/configure.ORIG	Mon Nov 29 11:19:10 1999
 +++ scripts/configure	Mon Nov 29 11:18:41 1999
 @@ -16,6 +16,6 @@
  for i in ../../base/*tex; do ln -s $i; done
  for i in ../../mf/*mf; do ln -s $i; done
  for i in ../../lib/*mf; do ln -s $i; done
 -cp $DISTDIR/modes.mf . || exit 1;
 +cp $DISTDIR/$DIST_SUBDIR/modes.mf . || exit 1;
  
  exit 0;
 


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?199911291350.FAA53880>