From 2be9a3cd97de1a280496d3cca1ab327c9853ca7b Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Sat, 21 Jan 2023 13:56:36 +0100 Subject: [PATCH] Update 2023-01-21 13:56 OpenBSD/amd64 --- .bin/portinfo | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bin/portinfo b/.bin/portinfo index 3b36da5..fec284a 100755 --- a/.bin/portinfo +++ b/.bin/portinfo @@ -1,5 +1,7 @@ #!/bin/sh +[ -z "$1" ] && exit 0 + cd /usr/ports/$1 make show="COMMENT FULLPKGNAME MAINTAINER HOMEPAGE" \