From owner-freebsd-ports Fri Apr 28 12:50: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6572E37B91B for ; Fri, 28 Apr 2000 12:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA55969; Fri, 28 Apr 2000 12:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 28 Apr 2000 12:50:02 -0700 (PDT) Message-Id: <200004281950.MAA55969@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Akinori -Aki- MUSHA" Subject: Re: ports/18240: /usr/ports/print/lyx/make doesn't work (patch included) Reply-To: "Akinori -Aki- MUSHA" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18240; it has been noted by GNATS. From: "Akinori -Aki- MUSHA" 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 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 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