From owner-freebsd-ports Sun Jul 29 21:31:28 2001 Delivered-To: freebsd-ports@freebsd.org Received: from sunysb.edu (dh198-236.dhcp.sunysb.edu [129.49.198.236]) by hub.freebsd.org (Postfix) with ESMTP id E4D8837B403 for ; Sun, 29 Jul 2001 21:31:25 -0700 (PDT) (envelope-from chris@sunysb.edu) Received: (from chris@localhost) by sunysb.edu (8.11.3/8.11.3) id f6U4VBs66306; Mon, 30 Jul 2001 00:31:11 -0400 (EDT) (envelope-from chris) From: Christopher Rued MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15204.58127.84355.174331@chris.xsb.com> Date: Mon, 30 Jul 2001 00:31:11 -0400 To: freebsd-ports@freebsd.org Subject: pkg-plist question Cc: c.rued@xsb.com X-Mailer: VM 6.92 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid 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 I am trying to build a port, but I am struggling with something: depending on the configuration of the machine, a directory will have a different machine. For example, if the machine is running FreeBSD 4.3, the directory is called config/i386-unknown-freebsd43; if they are running FreeBSD 3.5 it is called config/i386-unknown-freebsd35. I have figured out (I think) how to make this work in this case by doing @unexec rm -rf %D/config (removing whatever configuration is there) The problem is when I try to `make package' I don't know how to specify that these files should be included as part of the package (the directory is missing entirely). Any idea how to do this? -- Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message