From owner-freebsd-ports Fri Jul 6 5:14:47 2001 Delivered-To: freebsd-ports@freebsd.org Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12]) by hub.freebsd.org (Postfix) with ESMTP id B878C37B401; Fri, 6 Jul 2001 05:14:38 -0700 (PDT) (envelope-from pfeifer@dbai.tuwien.ac.at) Received: from taygeta (taygeta [128.130.111.77]) by vexpert.dbai.tuwien.ac.at (8.11.1/8.11.1) with ESMTP id f66CEZg19023; Fri, 6 Jul 2001 14:14:35 +0200 (MET DST) Date: Fri, 6 Jul 2001 14:14:36 +0200 (CEST) From: Gerald Pfeifer To: , Cc: "David W. Chapman Jr." , Subject: Re: ports/28608: Update port: emulators/wine In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is the remaining bit from Pat's original patch with two minor changes by me. Approved by maintainer (= me ). Can someone please install this and close the PR? Thanks, Gerald Index: Makefile =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/Makefile,v retrieving revision 1.109 diff -u -3 -p -r1.109 Makefile --- Makefile 2001/07/04 21:54:55 1.109 +++ Makefile 2001/07/06 09:32:07 @@ -72,18 +72,19 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1 ${INSTALL_MAN} ${WRKSRC}/documentation/wine.conf.man ${PREFIX}/man/man5/wine.conf.5 .if !defined(NOPORTDOCS) - -@${MKDIR} ${PREFIX}/lib/wine/documentation + -@${MKDIR} ${PREFIX}/share/doc/${PORTNAME} .for i in README ANNOUNCE AUTHORS LICENSE WARRANTY documentation/psdrv.reg - ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/lib/wine/documentation + @${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/${PORTNAME} .endfor ${INSTALL_DATA} ${WRKSRC}/debugger/README \ - ${PREFIX}/lib/wine/documentation/README.debugger + ${PREFIX}/share/doc/${PORTNAME}/README.debugger ${INSTALL_DATA} ${WRKSRC}/programs/regapi/README \ - ${PREFIX}/lib/wine/documentation/README.regapi + ${PREFIX}/share/doc/${PORTNAME}/README.regapi .endif + -@${MKDIR} ${PREFIX}/lib/wine + -@${MKDIR} ${PREFIX}/lib/wine/reg ${INSTALL_SCRIPT} ${WRKSRC}/tools/bug_report.pl \ ${PREFIX}/lib/wine - -@${MKDIR} ${PREFIX}/lib/wine/reg ${INSTALL_SCRIPT} \ ${WRKSRC}/programs/regapi/regFixer.pl \ ${WRKSRC}/programs/regapi/regRestorer.pl \ Index: pkg-plist =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/pkg-plist,v retrieving revision 1.23 diff -u -3 -p -r1.23 pkg-plist --- pkg-plist 2001/05/14 00:27:51 1.23 +++ pkg-plist 2001/07/06 09:05:27 @@ -184,14 +184,14 @@ lib/wine/winedefault.reg lib/wine/bug_report.pl lib/wine/reg/regFixer.pl lib/wine/reg/regRestorer.pl -lib/wine/documentation/ANNOUNCE -lib/wine/documentation/AUTHORS -lib/wine/documentation/LICENSE -lib/wine/documentation/WARRANTY -lib/wine/documentation/README -lib/wine/documentation/psdrv.reg -lib/wine/documentation/README.debugger -lib/wine/documentation/README.regapi +%%PORTDOCS%%share/doc/wine/ANNOUNCE +%%PORTDOCS%%share/doc/wine/AUTHORS +%%PORTDOCS%%share/doc/wine/LICENSE +%%PORTDOCS%%share/doc/wine/WARRANTY +%%PORTDOCS%%share/doc/wine/README +%%PORTDOCS%%share/doc/wine/psdrv.reg +%%PORTDOCS%%share/doc/wine/README.debugger +%%PORTDOCS%%share/doc/wine/README.regapi lib/wine/libadvapi32.so lib/wine/libavifil32.so lib/wine/libavifile.so @@ -316,5 +316,5 @@ lib/wine/libx11drv.so @dirrm include/wine/wine @dirrm include/wine @dirrm lib/wine/reg -@dirrm lib/wine/documentation +%%PORTDOCS%%@dirrm share/doc/wine @dirrm lib/wine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message