Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jul 2001 05:20:04 -0700 (PDT)
From:      Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/28608: Update port: emulators/wine
Message-ID:  <200107061220.f66CK4E39255@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/28608; it has been noted by GNATS.

From: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
To: <FreeBSD-gnats-submit@freebsd.org>, <ports@freebsd.org>
Cc: "David W. Chapman Jr." <dwcjr@inethouston.net>,
	<pat@databits.net>
Subject: Re: ports/28608: Update port: emulators/wine
Date: Fri, 6 Jul 2001 14:14:36 +0200 (CEST)

 This is the remaining bit from Pat's original patch with two minor
 changes by me. Approved by maintainer (= me <g>).
 
 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




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