Date: Wed, 1 Mar 2006 04:40:09 GMT From: Paul Schmehl <pauls@utdallas.edu> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/93967: converters/mpack, correct hardcoded path problem in source code Message-ID: <200603010440.k214e9qe024053@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/93967; it has been noted by GNATS. From: Paul Schmehl <pauls@utdallas.edu> To: bug-followup@FreeBSD.org, pauls@utdallas.edu Cc: Subject: Re: ports/93967: converters/mpack, correct hardcoded path problem in source code Date: Tue, 28 Feb 2006 22:36:34 -0600 unixpk.man cannot be patched because it later gets altered by something else. I haven't been able to figure out what, but this Makefile patch will fix both man pages so they read correctly. The patch-unixpk.man file I sent needs to be deleted. The rest of the patches work fine and should be added to ${FILESDIR}. --- Makefile.orig Tue Feb 28 22:27:46 2006 +++ Makefile Tue Feb 28 22:32:07 2006 @@ -21,4 +21,8 @@ PLIST_FILES= bin/mpack bin/munpack +post-build: + @${REINPLACE_CMD} -e 's|/var/tmp|/tmp|g' ${WRKSRC}/mpack.1 + @${REINPLACE_CMD} -e 's|/var/tmp|/tmp|g' ${WRKSRC}/munpack.1 + .include <bsd.port.mk> Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer University of Texas at Dallas AVIEN Founding Member http://www.utdallas.edu/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603010440.k214e9qe024053>