summaryrefslogtreecommitdiffstats
path: root/misc/nwrite
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-03-29 02:17:30 +0000
committerbillf <billf@FreeBSD.org>1999-03-29 02:17:30 +0000
commit799c52f61cbbf3f86e3a2327d5a8940de475ff44 (patch)
tree39115b0287f99ab1adb5163dd81435434d9426a4 /misc/nwrite
parent242da0474b2a1c9ee4dc5b231d3f6b9569ed2ce8 (diff)
downloadFreeBSD-ports-799c52f61cbbf3f86e3a2327d5a8940de475ff44.zip
FreeBSD-ports-799c52f61cbbf3f86e3a2327d5a8940de475ff44.tar.gz
Install with the correct modes.
PR: ports/10845 Submitted by: Michael Haro <mharo@area51.fremont.ca.us>
Diffstat (limited to 'misc/nwrite')
-rw-r--r--misc/nwrite/Makefile16
1 files changed, 12 insertions, 4 deletions
diff --git a/misc/nwrite/Makefile b/misc/nwrite/Makefile
index 9ebae1b..9d4979b 100644
--- a/misc/nwrite/Makefile
+++ b/misc/nwrite/Makefile
@@ -1,9 +1,9 @@
# New ports collection makefile for: nwrite
-# Version required: 1.0
-# Date created: 29 July 1997
-# Whom: daveh
+# Version required: 1.9.2
+# Date created: 29 July 1997
+# Whom: daveh
#
-# $Id: Makefile,v 1.2 1998/08/23 07:34:46 hoek Exp $
+# $Id: Makefile,v 1.3 1999/03/15 02:11:36 steve Exp $
#
DISTNAME= nwrite-1.9.2
@@ -17,4 +17,12 @@ CONFIGURE_ARGS= --enable-clear-procs
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>
OpenPOWER on IntegriCloud