Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Feb 2001 19:30:26 -0800 (PST)
From:      dan@spot.org
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/24862: Port assumes a directory exists that doesn't neccessarily exist
Message-ID:  <200102050330.f153UQp12813@freefall.freebsd.org>

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

>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




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