Date: Thu, 9 Nov 2000 04:37:16 -0500 (EST) From: Trevor Johnson <trevor@jpj.net> To: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> Cc: ports@FreeBSD.ORG Subject: Re: Patch for Re: Wine 2000.10.26 fails to install Message-ID: <Pine.BSI.4.21.0011090432030.5188-100000@blues.jpj.net> In-Reply-To: <Pine.BSF.4.30.0011090959440.43751-100000@deneb.dbai.tuwien.ac.at>
next in thread | previous in thread | raw e-mail | index | archive | help
Gerald Pfeifer wrote: > --- Makefile 2000/11/02 15:05:13 1.96 > +++ Makefile 2000/11/03 17:14:44 > @@ -70,7 +70,6 @@ do-install: > .if !defined(NOPORTDOCS) > ${INSTALL_DATA} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1 > ${INSTALL_DATA} ${WRKSRC}/documentation/wine.conf.man ${PREFIX}/man/man5/wine.conf.5 > - -@${MKDIR} ${PREFIX}/lib/wine/documentation ${PREFIX}/lib/wine/reg 2>/dev/null > .for i in README ANNOUNCE AUTHORS LICENSE WARRANTY documentation/psdrv.reg > ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/lib/wine/documentation > .endfor I made a mistake in the changes that I offered you. The Porter's Handbook implies that installation of man pages should happen regardless of the setting of NOPORTDOCS: <para>If your software has some documentation other than the standard man and info pages that you think is useful for the user, install it under <filename><makevar>PREFIX</makevar>/share/doc</filename>. This can be done, like the previous item, in the <maketarget>post-install</maketarget> target.</para> [...] <para>Make the installation dependent to the variable <makevar>NOPORTDOCS</makevar> so that users can disable it in <filename>/etc/make.conf</filename>, like this:</para> -- Trevor Johnson http://jpj.net/~trevor/gpgkey.txt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.4.21.0011090432030.5188-100000>