Date: Wed, 14 Apr 1999 08:56:44 -0700 (PDT) From: Chris Piazza <cpiazza@home.net> To: Sheldon Hearn <sheldonh@iafrica.com> Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, Michael Haro <mharo@FreeBSD.ORG> Subject: Re: cvs commit: ports/audio/cmp3 - Imported sources Message-ID: <XFMail.990414085644.cpiazza@home.net> In-Reply-To: <12275.924096380@axl.noc.iafrica.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 14-Apr-99 Sheldon Hearn wrote: > > Cool! > > One note: > > ===> Generating temporary packing list > *****NOTE***** > Please read ${PREFIX}/share/cmp3/README before using cmp3 > *****NOTE***** > ===> Registering installation for cmp3-2.0p3 > ># less /usr/local/share/cmp3/README > /usr/local/share/cmp3/README: No such file or directory > ># ls -l /usr/local/share/doc/cmp3/README > > Ciao, > Sheldon. Oops, I ported this one - you have NOPORTDOCS set? It's a silly mistake Index: cmp3/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/audio/cmp3/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/04/13 23:26:27 1.1.1.1 +++ Makefile 1999/04/14 15:56:05 @@ -28,6 +28,8 @@ .endif post-install: +.if !defined(NOPORTDOCS) @${CAT} ${PKGDIR}/MESSAGE +.endif .include <bsd.port.mk> --- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.990414085644.cpiazza>