diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2024-07-14 13:47:20 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2024-07-14 14:01:54 +0000 |
| commit | 6d6ee9171e7867974aaa535692f3770dd7643d85 (patch) | |
| tree | 3bc060e77ed840bdb719b28055243981b4d75c62 /Tools | |
| parent | 08cc50220f1d71f12d13d7e2c957a5679b02914d (diff) | |
Diffstat (limited to 'Tools')
| -rwxr-xr-x | Tools/scripts/rmport | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/rmport b/Tools/scripts/rmport index 776f1efcb8c0..10f24933796c 100755 --- a/Tools/scripts/rmport +++ b/Tools/scripts/rmport @@ -251,7 +251,7 @@ edit_MOVED() catport=${1} DEPRECATED="$(make -C ${PORTSDIR}/${catport} -V DEPRECATED)" - DEPRECATED=${DEPRECATED:+: ${DEPRECATED}} + DEPRECATED=${DEPRECATED:+: ${DEPRECATED%.}} if [ -n "$(make -C ${PORTSDIR}/${catport} -V EXPIRATION_DATE)" ] ; then REASON="Has expired${DEPRECATED}" else |
