FreeBSD Port: unrtf-0.20.1

Boris Samorodov bsam at ipt.ru
Mon Jun 12 12:25:20 UTC 2006


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


More information about the freebsd-ports mailing list