git: 7bcb44d9b4c0 - main - audio/timidity++: remove useless script
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Jul 2022 12:58:26 UTC
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