From owner-cvs-ports Sat Feb 1 08:09:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA27994 for cvs-ports-outgoing; Sat, 1 Feb 1997 08:09:28 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA27989; Sat, 1 Feb 1997 08:09:21 -0800 (PST) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id IAA19220; Sat, 1 Feb 1997 08:09:19 -0800 (PST) To: Andreas Klemm cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: cvs commit: ports/x11/fvwm95 Makefile ports/x11/fvwm95/pkg DESCR PLIST ports/x11/fvwm95/files sample.fvwm95rc md5 mailtool.xpm netscape.xpm xfm_icon.xpm xrn.goodnews.xpm xv.xpm ports/x11/fvwm95/patches patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag In-reply-to: Your message of "Sat, 01 Feb 1997 06:14:28 PST." <199702011414.GAA23155@freefall.freebsd.org> Date: Sat, 01 Feb 1997 08:09:19 -0800 Message-ID: <19217.854813359@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > When doing make package, then the first @cwd in PLIST isn't > used, so fvwm96 is packaged as /usr/local/bin/fvwm95 instead > of /usr/X11R6/bin/fvwm95. There shouldn't be an @cwd in there at all - if the part is properly marked as an X11 using port, it should automagically get a /usr/X11R6/bin prefix. This is done implicitly by the pkg_create from bsd.port.mk. Jordan