From owner-freebsd-ports Mon Jun 18 11:50:24 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 314DF37B406 for ; Mon, 18 Jun 2001 11:50:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5IIoDC01658; Mon, 18 Jun 2001 11:50:13 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id D2A8B37B401 for ; Mon, 18 Jun 2001 11:46:02 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f5IIk2p00763; Mon, 18 Jun 2001 14:46:02 -0400 (EDT) (envelope-from pat) Message-Id: <200106181846.f5IIk2p00763@wlgrv1.pa.home.com> Date: Mon, 18 Jun 2001 14:46:02 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28263: Fix patch in sysutils/wmcube Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28263 >Category: ports >Synopsis: Fix patch in sysutils/wmcube >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jun 18 11:50:12 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Sun Jun 17 17:47:44 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: o Use proper syntax in chown >How-To-Repeat: N/A >Fix: --- /usr/ports/sysutils/wmcube/files/patch-Makefile.FREEBSD.orig Mon Jun 18 14:37:21 2001 +++ /usr/ports/sysutils/wmcube/files/patch-Makefile.FREEBSD Mon Jun 18 14:37:30 2001 @@ -17,6 +17,6 @@ - chmod g+s /usr/local/bin/wmcube - chown root.kmem /usr/local/bin/wmcube + $(BSD_INSTALL_PROGRAM) wmcube $(PREFIX)/bin/ -+ chown root.kmem $(PREFIX)/bin/wmcube ++ chown root:kmem $(PREFIX)/bin/wmcube + chmod g+s $(PREFIX)/bin/wmcube @echo "wmCube installation finished..." >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message