From owner-freebsd-ports Sun Jun 16 07:35:25 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA10898 for ports-outgoing; Sun, 16 Jun 1996 07:35:25 -0700 (PDT) Received: from jolt.eng.umd.edu (jolt.eng.umd.edu [129.2.102.5]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA10893 for ; Sun, 16 Jun 1996 07:35:20 -0700 (PDT) Received: from ginger.eng.umd.edu (ginger.eng.umd.edu [129.2.98.204]) by jolt.eng.umd.edu (8.7.5/8.7.3) with ESMTP id KAA05655; Sun, 16 Jun 1996 10:35:18 -0400 (EDT) Received: (from chuckr@localhost) by ginger.eng.umd.edu (8.7.5/8.7.3) id KAA06335; Sun, 16 Jun 1996 10:35:17 -0400 (EDT) Date: Sun, 16 Jun 1996 10:35:17 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@ginger.eng.umd.edu To: Michael Searle cc: ports@freefall.freebsd.org Subject: Re: MPEG 2 codec port In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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! ----------------------------+-----------------------------------------------