From owner-freebsd-ports Thu Nov 9 1:37:25 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id AE5DD37B479 for ; Thu, 9 Nov 2000 01:37:22 -0800 (PST) Received: from localhost (trevor@localhost) by blues.jpj.net (right/backatcha) with ESMTP id eA99bGB12167; Thu, 9 Nov 2000 04:37:16 -0500 (EST) Date: Thu, 9 Nov 2000 04:37:16 -0500 (EST) From: Trevor Johnson To: Gerald Pfeifer Cc: ports@FreeBSD.ORG Subject: Re: Patch for Re: Wine 2000.10.26 fails to install In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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: 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 PREFIX/share/doc. This can be done, like the previous item, in the post-install target. [...] Make the installation dependent to the variable NOPORTDOCS so that users can disable it in /etc/make.conf, like this: -- 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