From owner-freebsd-ports Sun Feb 4 19:40:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9742137B6A0 for ; Sun, 4 Feb 2001 19:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f153e1e13514; Sun, 4 Feb 2001 19:40:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E559237B69E for ; Sun, 4 Feb 2001 19:30:26 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f153UQp12813; Sun, 4 Feb 2001 19:30:26 -0800 (PST) (envelope-from nobody) Message-Id: <200102050330.f153UQp12813@freefall.freebsd.org> Date: Sun, 4 Feb 2001 19:30:26 -0800 (PST) From: dan@spot.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/24862: Port assumes a directory exists that doesn't neccessarily exist Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 24862 >Category: ports >Synopsis: Port assumes a directory exists that doesn't neccessarily exist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 04 19:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Daniel Hemmerich >Release: 4.2-STABLE >Organization: BSDpro.com >Environment: N/A >Description: ports/lang/slib's maintainer assumes a directory exists when he moves stuff around >How-To-Repeat: do a clean install of freebsd 4.2 and install slib from ports >Fix: Index: ports/lang/slib/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/lang/slib/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- ports/lang/slib/Makefile 2000/10/20 04:50:54 1.10 +++ ports/lang/slib/Makefile 2001/02/05 03:30:47 @@ -24,6 +24,7 @@ post-install: # moved here from author's makefile + ${MKDIR} ${PREFIX}/lib/scheme48 ${TOUCH} -r ${WRKSRC}/slibcat ${PREFIX}/lib/scheme48/slibcat ${MKDIR} ${PREFIX}/share/slib ${INSTALL_DATA} ${WRKSRC}/*.scm ${PREFIX}/share/slib >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message