diff options
author | dirk <dirk@FreeBSD.org> | 2001-12-24 18:37:45 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-12-24 18:37:45 +0800 |
commit | 204e1d473b37428ffb58bb8a46c1c3d7f8b67aaf (patch) | |
tree | 83db4ca72f4ed53d6ae0652cd99353b1f3f387db /shells | |
parent | 9a47160412f4654b3f1998019f7469500051591c (diff) | |
download | freebsd-ports-gnome-204e1d473b37428ffb58bb8a46c1c3d7f8b67aaf.tar.gz freebsd-ports-gnome-204e1d473b37428ffb58bb8a46c1c3d7f8b67aaf.tar.zst freebsd-ports-gnome-204e1d473b37428ffb58bb8a46c1c3d7f8b67aaf.zip |
portlint: remove extra whitespaces before end of line.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/perlsh/Makefile | 2 | ||||
-rw-r--r-- | shells/psh/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/shells/perlsh/Makefile b/shells/perlsh/Makefile index 5704cc972e10..e84a9771dfa5 100644 --- a/shells/perlsh/Makefile +++ b/shells/perlsh/Makefile @@ -42,7 +42,7 @@ pre-install: ${PERL} -pi -e "s:/usr/local/man/man1:${MAN3PREFIX}/man/man1:g" ${WRKSRC}/Makefile; ${PERL} -pi -e "s:/usr/local/lib/perl5/5.00503/man/man3:${MAN3PREFIX}/man/man3:g" ${WRKSRC}/Makefile; -post-install: +post-install: @${ECHO} "Updating /etc/shells" @${CP} /etc/shells /etc/shells.bak @(${GREP} -v ${PREFIX}/bin/psh /etc/shells.bak; \ diff --git a/shells/psh/Makefile b/shells/psh/Makefile index 5704cc972e10..e84a9771dfa5 100644 --- a/shells/psh/Makefile +++ b/shells/psh/Makefile @@ -42,7 +42,7 @@ pre-install: ${PERL} -pi -e "s:/usr/local/man/man1:${MAN3PREFIX}/man/man1:g" ${WRKSRC}/Makefile; ${PERL} -pi -e "s:/usr/local/lib/perl5/5.00503/man/man3:${MAN3PREFIX}/man/man3:g" ${WRKSRC}/Makefile; -post-install: +post-install: @${ECHO} "Updating /etc/shells" @${CP} /etc/shells /etc/shells.bak @(${GREP} -v ${PREFIX}/bin/psh /etc/shells.bak; \ |