Date: Wed, 08 Jul 1998 20:02:07 +0100 From: Dom Mitchell <dom@myrddin.demon.co.uk> To: ports@FreeBSD.ORG Subject: how to depend on /usr/src? Message-ID: <E0ytzTj-0001f9-00.qmail@myrddin.demon.co.uk>
next in thread | raw e-mail | index | archive | help
Is there a way that one can issue a depend on something in /usr/src? I would like to write a port for gxditview, the source of which is in /usr/src/contrib/groff/xditview. Also, how can woudl I write fetch and extract? Something like this? do-fetch: /bin/true do-extract: cd ${WRKSRC} && cp -rp /usr/src/contrib/groff/xditview/* . Or am I attempting the whole thing from the wrong angle? -- ``If make doesn't do what you expect it to, it's a good chance the makefile is wrong.'' -- Adam de Boor 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?E0ytzTj-0001f9-00.qmail>