Date: Sun, 8 Sep 2002 14:30:34 -0700 From: Alfred Perlstein <bright@mu.org> To: docs@freebsd.org Cc: ports@freebsd.org Subject: (forw) fix (was: Re: jadetex brokenish.) Message-ID: <20020908213034.GL21806@elvis.mu.org>
next in thread | raw e-mail | index | archive | help
'patch-message' isn't supposed to be overridden, can someone please ok the attached patch? thanks, -Alfred ----- Forwarded message from Alfred Perlstein <bright@mu.org> ----- From: Alfred Perlstein <bright@mu.org> To: nik@FreeBSD.org Subject: fix (was: Re: jadetex brokenish.) Date: Thu, 29 Aug 2002 12:58:22 -0700 Message-ID: <20020829195822.GP73747@elvis.mu.org> User-Agent: Mutt/1.4i * Alfred Perlstein <bright@mu.org> [020829 12:39] wrote: > jadetex has this target: > > patch-message: > @${SED} -e 's,%%LOCALBASE%%,${LOCALBASE},' ${MESSAGE} > ${PKGMESSAGE} > > > this overrides the one in bsd.port.mk and makes portupgrade sad... > > can you find a workaround? Please test and apply this. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/print/jadetex/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- Makefile 20 Mar 2002 22:18:03 -0000 1.22 +++ Makefile 29 Aug 2002 19:55:56 -0000 @@ -30,7 +30,7 @@ @${CAT} ${WRKSRC}/Makefile >> ${WRKSRC}/Makefile.tmp @${MV} ${WRKSRC}/Makefile.tmp ${WRKSRC}/Makefile -patch-message: +pre-patch: @${SED} -e 's,%%LOCALBASE%%,${LOCALBASE},' ${MESSAGE} > ${PKGMESSAGE} do-install: ----- End forwarded message ----- -- -Alfred Perlstein [alfred@freebsd.org] [#bsdcode/efnet/irc.prison.net] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020908213034.GL21806>