diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-04-23 16:02:22 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-04-23 16:02:22 +0000 |
commit | 7700c7776681fc4bdb1921e3311f8343925ee808 (patch) | |
tree | 28154daadf512e62205837c80448e57d2b77fe26 /misc | |
parent | a4544a728335413a57755b50c9ec72dc16841cb7 (diff) | |
download | ports-7700c7776681fc4bdb1921e3311f8343925ee808.tar.gz ports-7700c7776681fc4bdb1921e3311f8343925ee808.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/nwrite/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/nwrite/Makefile b/misc/nwrite/Makefile index 9d4979b28bfc..0f6852e93bd8 100644 --- a/misc/nwrite/Makefile +++ b/misc/nwrite/Makefile @@ -3,7 +3,7 @@ # Date created: 29 July 1997 # Whom: daveh # -# $Id: Makefile,v 1.3 1999/03/15 02:11:36 steve Exp $ +# $Id: Makefile,v 1.4 1999/03/29 02:17:30 billf Exp $ # DISTNAME= nwrite-1.9.2 @@ -21,7 +21,6 @@ BINGRP= tty BINMODE= 2755 do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/nwrite ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/nwrite.1.in ${PREFIX}/man/man1/nwrite.1 |