Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Sep 2003 04:08:56 +0200
From:      Oliver Eikemeier <eikemeier@fillmore-labs.com>
To:        "Pedro F. Giffuni" <giffunip@yahoo.com>
Cc:        freebsd-ports@FreeBSD.org
Subject:   Re: help with info files on Yorick port??
Message-ID:  <3F569EB8.6000207@fillmore-labs.com>
In-Reply-To: <20030903190503.83762.qmail@web13404.mail.yahoo.com>
References:  <20030903190503.83762.qmail@web13404.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F569EB8.6000207>