diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:55:03 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:55:03 +0000 |
| commit | d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf (patch) | |
| tree | 37ee9e3a9af3eec3e1baf2793da82358c404479b /usr.bin/less | |
| parent | 031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff) | |
Diffstat (limited to 'usr.bin/less')
| -rw-r--r-- | usr.bin/less/Makefile | 1 | ||||
| -rw-r--r-- | usr.bin/less/Makefile.common | 1 | ||||
| -rw-r--r-- | usr.bin/less/Makefile.depend | 1 | ||||
| -rw-r--r-- | usr.bin/less/lesspipe.sh | 2 | ||||
| -rw-r--r-- | usr.bin/less/zless.sh | 1 |
5 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/less/Makefile b/usr.bin/less/Makefile index 27415573a8ee..1c142da359c2 100644 --- a/usr.bin/less/Makefile +++ b/usr.bin/less/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ PACKAGE= runtime PROG= less diff --git a/usr.bin/less/Makefile.common b/usr.bin/less/Makefile.common index 29862adcd1e2..349f275ad785 100644 --- a/usr.bin/less/Makefile.common +++ b/usr.bin/less/Makefile.common @@ -1,4 +1,3 @@ -# $FreeBSD$ LSDIR= ${SRCTOP}/contrib/less .PATH: ${LSDIR} diff --git a/usr.bin/less/Makefile.depend b/usr.bin/less/Makefile.depend index ddb8d5a21ca9..dd06faaab7bf 100644 --- a/usr.bin/less/Makefile.depend +++ b/usr.bin/less/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/usr.bin/less/lesspipe.sh b/usr.bin/less/lesspipe.sh index 079517679a6d..253914b8b3ee 100644 --- a/usr.bin/less/lesspipe.sh +++ b/usr.bin/less/lesspipe.sh @@ -1,8 +1,6 @@ #! /bin/sh # ex:ts=8 -# $FreeBSD$ - case "$1" in *.zip) exec unzip -c "$1" 2>/dev/null diff --git a/usr.bin/less/zless.sh b/usr.bin/less/zless.sh index f2e035c2d7e2..dbf4bd5997c6 100644 --- a/usr.bin/less/zless.sh +++ b/usr.bin/less/zless.sh @@ -1,6 +1,5 @@ #!/bin/sh # -# $FreeBSD$ # export LESSOPEN="||/usr/bin/lesspipe.sh %s" |
