Date: Mon, 30 Jul 2001 00:31:11 -0400 From: Christopher Rued <c.rued@xsb.com> To: freebsd-ports@freebsd.org Cc: c.rued@xsb.com Subject: pkg-plist question Message-ID: <15204.58127.84355.174331@chris.xsb.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15204.58127.84355.174331>