summaryrefslogtreecommitdiff
path: root/Ports/SDL2_ttf
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-03-11 20:23:28 +0100
committerAndreas Kling <kling@serenityos.org>2021-03-13 13:13:03 +0100
commitf9cf6bfce1ea838ff88ce21164c1dbf9f0e78580 (patch)
tree7ed05edd185b52fced0767261babb6024f5abf50 /Ports/SDL2_ttf
parent37f837bde7a56b449be2d7225d5bcf8d03c4b632 (diff)
downloadserenity-f9cf6bfce1ea838ff88ce21164c1dbf9f0e78580.zip
Ports: Remove redundant 'workdir' entries
Diffstat (limited to 'Ports/SDL2_ttf')
-rwxr-xr-xPorts/SDL2_ttf/package.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/Ports/SDL2_ttf/package.sh b/Ports/SDL2_ttf/package.sh
index 3856a4a4d1..f44fb97348 100755
--- a/Ports/SDL2_ttf/package.sh
+++ b/Ports/SDL2_ttf/package.sh
@@ -3,7 +3,6 @@ port=SDL2_ttf
version=2.0.15
useconfigure=true
files="https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-${version}.tar.gz SDL2_ttf-${version}.tar.gz"
-workdir="SDL2_ttf-$version"
depends="SDL2 freetype"
configure() {