mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Install with the correct modes.
PR: ports/10845 Submitted by: Michael Haro <mharo@area51.fremont.ca.us>
This commit is contained in:
parent
b2fa6925a0
commit
acda2d9b7a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17423
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user