Date: Wed, 27 Jul 2022 12:58:26 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7bcb44d9b4c0 - main - audio/timidity++: remove useless script Message-ID: <202207271258.26RCwQnU042354@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=7bcb44d9b4c0e4639f3031e291e5b30e3f60aa34 commit 7bcb44d9b4c0e4639f3031e291e5b30e3f60aa34 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2022-07-27 12:23:02 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2022-07-27 12:23:02 +0000 audio/timidity++: remove useless script @dir is already creating the empty directory, no need to have a script for that --- audio/timidity++/pkg-install | 8 -------- 1 file changed, 8 deletions(-) diff --git a/audio/timidity++/pkg-install b/audio/timidity++/pkg-install deleted file mode 100644 index 66511346c6d1..000000000000 --- a/audio/timidity++/pkg-install +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -PREFIX=${PKG_PREFIX:-/usr/local} - -[ "x$1" = "x" ] && exit 1 -if [ "x$2" = "xPOST-INSTALL" ]; then - mkdir -p ${PREFIX}/lib/timidity -fi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207271258.26RCwQnU042354>