Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Apr 2000 12:50:02 -0700 (PDT)
From:      "Akinori -Aki- MUSHA" <knu@idaemons.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/18240: /usr/ports/print/lyx/make  doesn't work (patch included)
Message-ID:  <200004281950.MAA55969@freefall.freebsd.org>

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

From: "Akinori -Aki- MUSHA" <knu@idaemons.org>
To: freebsd-gnats-submit@FreeBSD.org
Cc: dervish@goku.cl.msu.edu
Subject: Re: ports/18240: /usr/ports/print/lyx/make  doesn't work (patch included)
Date: Sat, 29 Apr 2000 04:47:37 +0900

 At Fri, 28 Apr 2000 10:30:03 -0700 (PDT),
 Bush Doctor <dervish@goku.cl.msu.edu> wrote:
 >  +post-patch:
 >  +	@touch ${WRKSRC}/Makefile.in ${WRKSRC}/intl/Makefile.in
 >  +	@touch ${WRKSRC}/src/Makefile.in ${WRKSRC}/src/mathed/Makefile.in
 >  +	@touch ${WRKSRC}/src/insets/Makefile.in ${WRKSRC}/src/support/Makefile.in
 >  +	@touch ${WRKSRC}/lib/Makefile.in ${WRKSRC}/lib/reLyX/Makefile.in
 >  +	@touch ${WRKSRC}/src/config.h.in
 >  +
 >   .include <bsd.port.mk>
 
 How about using find(1) ?
 
 a)	@find ${WRKSRC} -name '*.in' | xargs ${TOUCH}
 b)	@find ${WRKSRC} -name '*.in' -exec ${TOUCH} ';'
 
 Untested myself, though.
 
 -- 
                            /
                           /__  __       
                          / )  )  ) )  /
 Akinori -Aki- MUSHA aka / (_ /  ( (__(  @ idaemons.org / FreeBSD.org
 
 "We're only at home when we're on the run, on the wing, on the fly"
 


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?200004281950.MAA55969>