diff options
author | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:26:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:26:45 +0000 |
commit | f2413c71d7e51dbbeae73ee0345c44d5175dcd6f (patch) | |
tree | 14058f06b61bd7f6daaa19a3a2298581b809357e /misc/nwrite | |
parent | a09fbeacc4c617a8921512217f3cb7bc678ffc1f (diff) |
Notes
Diffstat (limited to 'misc/nwrite')
-rw-r--r-- | misc/nwrite/Makefile | 6 |
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> |