Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Mar 2002 16:42:52 -0500 (EST)
From:      Josh Elsasser <jre@vineyard.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/36437: [PATCH] games/alephone-data noes not create needed directories
Message-ID:  <20020328214252.7CEA72F0@jade.elsasser.org>

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

>Number:         36437
>Category:       ports
>Synopsis:       [PATCH] games/alephone-data noes not create needed directories
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 28 13:50:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Josh Elsasser
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD jade.nat 4.5-STABLE FreeBSD 4.5-STABLE #1: Fri Mar 8 13:48:37 EST 2002 joshe@jade.nat:/usr/obj/usr/src/sys/JADE i386

>Description:
	This port installs into share/AlephOne and share/AlephOne/MML,
but does not create these directories.

>How-To-Repeat:
	Uninstall games/alephone (if installed) and install games/alephone-data
>Fix:

diff -u -ruN alephone-data.bak/Makefile alephone-data/Makefile
--- alephone-data.bak/Makefile	Thu Mar  8 14:15:10 2001
+++ alephone-data/Makefile	Thu Mar 28 16:15:23 2002
@@ -21,6 +21,8 @@
 NO_CDROM=	Bungie/Microsoft do not allow charging for Marathon data files.
 
 do-install:
+	${MKDIR} ${PREFIX}/share/AlephOne
+	${MKDIR} ${PREFIX}/share/AlephOne/MML
 	${INSTALL_DATA} ${WRKDIR}/Images ${PREFIX}/share/AlephOne/Images
 	${INSTALL_DATA} ${WRKDIR}/MML/Preferences.mml ${PREFIX}/share/AlephOne/MML/Preferences.mml
 	${INSTALL_DATA} ${WRKDIR}/Map ${PREFIX}/share/AlephOne/Map
diff -u -ruN alephone-data.bak/pkg-plist alephone-data/pkg-plist
--- alephone-data.bak/pkg-plist	Thu Mar  8 14:15:10 2001
+++ alephone-data/pkg-plist	Thu Mar 28 16:15:30 2002
@@ -4,3 +4,5 @@
 share/AlephOne/README
 share/AlephOne/Shapes
 share/AlephOne/Sounds
+@dirrm share/AlephOne/MML
+@dirrm share/AlephOne
>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?20020328214252.7CEA72F0>