From owner-freebsd-ports Mon Nov 20 7:30: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F5F037B4C5 for ; Mon, 20 Nov 2000 07:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA68486; Mon, 20 Nov 2000 07:30:02 -0800 (PST) (envelope-from gnats@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 3906437B479 for ; Mon, 20 Nov 2000 07:21:00 -0800 (PST) Received: from taygeta.dbai.tuwien.ac.at (taygeta [128.130.111.77]) by vexpert.dbai.tuwien.ac.at (8.9.3/8.9.3) with ESMTP id QAA03269; Mon, 20 Nov 2000 16:20:49 +0100 (MET) Received: (from pfeifer@localhost) by taygeta.dbai.tuwien.ac.at (8.9.3/8.9.3) id QAA80463; Mon, 20 Nov 2000 16:20:50 +0100 (CET) (envelope-from pfeifer) Message-Id: <200011201520.QAA80463@taygeta.dbai.tuwien.ac.at> Date: Mon, 20 Nov 2000 16:20:50 +0100 (CET) From: pfeifer@dbai.tuwien.ac.at (Gerald Pfeifer) To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/22974: Minor Makefile update for the Wine port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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