summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-07-04 21:26:45 +0000
committerSteve Price <steve@FreeBSD.org>1999-07-04 21:26:45 +0000
commitf2413c71d7e51dbbeae73ee0345c44d5175dcd6f (patch)
tree14058f06b61bd7f6daaa19a3a2298581b809357e /misc
parentSet IS_INTERACTIVE for this port. (diff)
Minor style nits.
Notes
Notes: svn path=/head/; revision=20036
Diffstat (limited to 'misc')
-rw-r--r--misc/nwrite/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/nwrite/Makefile b/misc/nwrite/Makefile
index 0f6852e93bd8..6d4fbe018b80 100644
--- a/misc/nwrite/Makefile
+++ b/misc/nwrite/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 July 1997
# Whom: daveh
#
-# $Id: Makefile,v 1.4 1999/03/29 02:17:30 billf Exp $
+# $Id: Makefile,v 1.5 1999/04/23 16:02:22 mharo Exp $
#
DISTNAME= nwrite-1.9.2
@@ -21,7 +21,7 @@ BINGRP= tty
BINMODE= 2755
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/nwrite ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/nwrite.1.in ${PREFIX}/man/man1/nwrite.1
+ ${INSTALL_PROGRAM} ${WRKSRC}/nwrite ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/nwrite.1.in ${PREFIX}/man/man1/nwrite.1
.include <bsd.port.mk>