diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-03-10 16:23:40 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-03-10 16:23:40 +0000 |
commit | 1a8d4654a42635de4b8c9157bc4d77345d44239d (patch) | |
tree | cd829e233c72c31252a2192f9b6a59c4b7ba1ebc /shells/scsh | |
parent | 10a88b59a41ab1cc6642e349b1f021c7128b7c9d (diff) | |
download | pkgsrc-1a8d4654a42635de4b8c9157bc4d77345d44239d.tar.gz |
portlint: remove whitespaces at line 23; mv->${MV}; ln->${LN}.
Diffstat (limited to 'shells/scsh')
-rw-r--r-- | shells/scsh/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/shells/scsh/Makefile b/shells/scsh/Makefile index 6805c88df77..ce283931b0c 100644 --- a/shells/scsh/Makefile +++ b/shells/scsh/Makefile @@ -3,7 +3,7 @@ # Date created: Jul, 15, 1997 # Whom: cracauer@cons.org "Martin Cracauer" # -# $NetBSD: Makefile,v 1.3 1998/02/23 15:52:04 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1998/03/10 16:23:40 frueauf Exp $ # FreeBSD Id: Makefile,v 1.4 1997/07/15 15:00:30 cracauer Exp # @@ -20,15 +20,15 @@ MAN1= scsh.1 MAKE_ENV+= INSTALL_PROGRAM='${INSTALL_PROGRAM}' \ INSTALL_SCRIPT='${INSTALL_SCRIPT}' \ INSTALL_DATA='${INSTALL_DATA}' - + post-configure: - cd ${WRKSRC};sed -e '/LIBGEN/d' sysdep.h >xx ; mv xx sysdep.h + cd ${WRKSRC}; ${SED} -e '/LIBGEN/d' sysdep.h >xx ; ${MV} xx sysdep.h post-install: @strip ${PREFIX}/bin/scsh (cd ${WRKSRC} ; \ ${INSTALL_DATA} README RELEASE NEWS COPYING ${PREFIX}/lib/scsh/doc) ${RM} -f ${PREFIX}/share/doc/scsh - ln -fs ${PREFIX}/lib/scsh/doc ${PREFIX}/share/doc/scsh + ${LN} -fs ${PREFIX}/lib/scsh/doc ${PREFIX}/share/doc/scsh .include <bsd.port.mk> |