Date: Mon, 12 Jun 2006 16:24:08 +0400 From: Boris Samorodov <bsam@ipt.ru> To: Alan Hicks <ahicks@p-o.co.uk> Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: unrtf-0.20.1 Message-ID: <24505143@ho.ipt.ru> In-Reply-To: <448D541D.2040302@p-o.co.uk> (Alan Hicks's message of "Mon, 12 Jun 2006 12:46:37 %2B0100") References: <448D541D.2040302@p-o.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 12 Jun 2006 12:46:37 +0100 Alan Hicks wrote: > The current port does not appear to install as the unrtf bin and man > files are in subdirectories instead of the work root. > The attached patch adds the subdirectories to the install section of > Makefile, the app successfully installs and uninstalls. I've only > tested on FreeBSD 6.0 It may be a good idea to use send-pr. Otherwise the patch may got lost. Thanks. > --- Makefile Mon Jun 12 12:36:56 2006 > +++ Makefile2 Mon Jun 12 12:36:42 2006 > @@ -22,7 +22,7 @@ > PLIST_FILES= bin/unrtf > > do-install: > - ${INSTALL_PROGRAM} ${WRKSRC}/unrtf ${PREFIX}/bin > - ${INSTALL_MAN} ${WRKSRC}/unrtf.1 ${MAN1PREFIX}/man/man1 > + ${INSTALL_PROGRAM} ${WRKSRC}/src/unrtf ${PREFIX}/bin > + ${INSTALL_MAN} ${WRKSRC}/doc/unrtf.1 ${MAN1PREFIX}/man/man1 > > .include <bsd.port.mk> WBR -- Boris B. Samorodov, Research Engineer InPharmTech Co, http://www.ipt.ru Telephone & Internet Service Provider
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?24505143>