Date: Sun, 28 Mar 1999 18:00:01 -0800 (PST) From: Michael <mharo@area51.fremont.ca.us> To: freebsd-ports@FreeBSD.org Subject: Re: ports/10845: Patch: misc/nwrite Message-ID: <199903290200.SAA87570@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/10845; it has been noted by GNATS. From: Michael <mharo@area51.fremont.ca.us> To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/10845: Patch: misc/nwrite Date: Sun, 28 Mar 1999 17:50:22 -0800 cvs diff: in directory .: cvs diff: ignoring CVS/Root because it specifies a non-existent repository /host/trang.nuxi.com/FBSD/CVS-repository Index: Makefile =================================================================== RCS file: /cvs/ports/misc/nwrite/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1999/03/15 02:11:36 1.3 +++ Makefile 1999/03/29 01:49:20 @@ -17,4 +17,10 @@ MAN1= nwrite.1 +BINGRP= tty +BINMODE= 2755 +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/nwrite ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/nwrite.1.in ${PREFIX}/man/man1/nwrite.1 + .include <bsd.port.mk> 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?199903290200.SAA87570>