From 5281212be38447df70380d4e9e8cd0ef1cf11517 Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sun, 22 Aug 1999 19:01:07 +0000 Subject: chmod -> ${CHMOD} chown -> ${CHOWN} --- net/netcat/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/netcat/Makefile') diff --git a/net/netcat/Makefile b/net/netcat/Makefile index eb4530ab9b4f..af1805b820a0 100644 --- a/net/netcat/Makefile +++ b/net/netcat/Makefile @@ -4,7 +4,7 @@ # Date created: Thur Nov 21, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.1.1.1 1996/11/22 08:16:48 obrien Exp $ +# $Id: Makefile,v 1.2 1997/10/10 06:53:33 obrien Exp $ # DISTNAME= nc110 @@ -26,7 +26,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nc ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/netcat \ - && chmod a+rx ${PREFIX}/share/doc/netcat + && ${CHMOD} a+rx ${PREFIX}/share/doc/netcat ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/netcat .endif -- cgit v1.2.3