Date: Sun, 16 Jun 1996 10:35:17 -0400 (EDT) From: Chuck Robey <chuckr@Glue.umd.edu> To: Michael Searle <searle@longacre.demon.co.uk> Cc: ports@freefall.freebsd.org Subject: Re: MPEG 2 codec port Message-ID: <Pine.OSF.3.91.960616103239.6315C-100000@ginger.eng.umd.edu> In-Reply-To: <mDF2ACDCE@longacre.demon.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 16 Jun 1996, Michael Searle wrote: > The port of the MPEG 2 codec is complete, but the tarfile also contains docs > (jyst text, not man pages) and example .par files. Should I include these in > the PLIST and put them somewhere (/usr/local/lib/mpeg2codec?), or keep them > in the port directory with a pointer in the DESCR? ports/lang/Sather did it well, and can serve as an example. You're supposed to condition the copy against the NOPORTDOCS, then copy them to $(PREFIX)/share/portname: mkdir -p ${PREFIX}/share/doc/sather install -c -m 444 ${WRKSRC}/Doc/License ${PREFIX}/share/doc/sather .if !defined(NOPORTDOCS) .for file in Bugs Changes Contributing FAQ README manual.ps install -c -m 444 ${WRKSRC}/Doc/${file} ${PREFIX}/share/doc/sather .endfor .endif Clear? ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 9120 Edmonston Ct #302 | Greenbelt, MD 20770 | I run Journey2 and n3lxx, both FreeBSD (301) 220-2114 | version 2.2 current -- and great FUN! ----------------------------+-----------------------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.3.91.960616103239.6315C-100000>