help with info files on Yorick port??

Oliver Eikemeier eikemeier at fillmore-labs.com
Wed Sep 3 19:09:03 PDT 2003


Pedro F. Giffuni wrote:

> Hello guys;
> 
> I read some comments about the new info stuff being "so easy". Perhaps someone
> can help us fix the problems in the Yorick port? 

remove

%%PORTDOCS%%@unexec install-info --delete %D/info/yorick.info.gz %D/info/dir
%%PORTDOCS%%info/yorick.info.gz
%%PORTDOCS%%info/yorick.info-1.gz
%%PORTDOCS%%info/yorick.info-4.gz
%%PORTDOCS%%info/yorick.info-2.gz
%%PORTDOCS%%info/yorick.info-5.gz
%%PORTDOCS%%info/yorick.info-3.gz
%%PORTDOCS%%@exec install-info %D/info/yorick.info.gz %D/info/dir

from pkg-plist and add

.if !defined(NOPORTDOCS)
INFO=	yorick
.endif

to the Makefile. bsd.port.mk assumes non-gzipped info pages, though.
File a bug report or don't gzip the info pages.

Regards
    Oliver




More information about the freebsd-ports mailing list