Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Nov 2000 16:20:50 +0100 (CET)
From:      pfeifer@dbai.tuwien.ac.at (Gerald Pfeifer)
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/22974: Minor Makefile update for the Wine port
Message-ID:  <200011201520.QAA80463@taygeta.dbai.tuwien.ac.at>

next in thread | raw e-mail | index | archive | help

>Number:         22974
>Category:       ports
>Synopsis:       Minor Makefile update for the Wine port
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 20 07:30:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Gerald Pfeifer
>Release:        FreeBSD 4.1-RELEASE i386
>Organization:
>Environment:

	n/a

>Description:

	This is a minor update for the Makefile of the Wine port. The
	port itself is not updated (as it already is the most current
	version).

	Do not depend on GNU bison any longer. Properly create directories
	during installation in all cases. Always install the man pages.

>How-To-Repeat:

	n/a

>Fix:

Index: Makefile
===================================================================
RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/Makefile,v
retrieving revision 1.96
diff -u -3 -p -r1.96 Makefile
--- Makefile	2000/11/02 15:05:13	1.96
+++ Makefile	2000/11/09 23:05:01
@@ -24,7 +24,6 @@ LDCONFIG_DIRS=	%%PREFIX%%/lib/wine
 MAN1=		wine.1
 MAN5=		wine.conf.5
 ONLY_FOR_ARCHS=	i386
-USE_BISON=	yes
 USE_XPM=	yes
 USE_MESA=	yes
 
@@ -67,10 +66,10 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf.sample
 	[ -f ${PREFIX}/etc/wine.conf ] \
 		|| ${INSTALL_DATA} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf
-.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
+.if !defined(NOPORTDOCS)
+	-@${MKDIR} ${PREFIX}/lib/wine/documentation
 .for i in README ANNOUNCE AUTHORS LICENSE WARRANTY documentation/psdrv.reg
 	${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/lib/wine/documentation
 .endfor
@@ -81,6 +80,7 @@ do-install:
 .endif
 	${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 \

>Release-Note:
>Audit-Trail:
>Unformatted:


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?200011201520.QAA80463>