From owner-freebsd-ports Thu Sep 18 00:50:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA16263 for ports-outgoing; Thu, 18 Sep 1997 00:50:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA16257; Thu, 18 Sep 1997 00:50:01 -0700 (PDT) Date: Thu, 18 Sep 1997 00:50:01 -0700 (PDT) Message-Id: <199709180750.AAA16257@hub.freebsd.org> To: freebsd-ports Cc: From: Thomas Gellekum Subject: Re: ports/4566: Update of port games/angband Reply-To: Thomas Gellekum Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/4566; it has been noted by GNATS. From: Thomas Gellekum To: Matthew Hunt Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/4566: Update of port games/angband Date: 18 Sep 1997 09:46:28 +0200 Matthew Hunt writes: > > The port has a problem that I do not know how to fix. The port itself > builds, installs, runs, and deletes just fine. But if you do a > "make package", the installed package does not set the group-write > bit on the directories of lib/angband that it creates. Maybe this > is related to my umask (022), but it seems like the directories should be > created with the necessary permissions regardless. I guess it loses the permissions because `make package' generates a file list which is tared. Maybe you could add some `@exec chmod ...' statements in pkg/PLIST. Could you also move down the libdir one level to ${PREFIX}/lib/X11/angband or maybe ${PREFIX}/share/angband? tg