1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 18:47:44 +00:00

Ports: Remove redundant 'workdir' entries

This commit is contained in:
Linus Groh 2021-03-11 20:23:28 +01:00 committed by Andreas Kling
parent 37f837bde7
commit f9cf6bfce1
12 changed files with 1 additions and 12 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env -S bash ../.port_include.sh
port="genemu"
version="${port}-git"
version=git
workdir="${port}-master"
useconfigure=true
files="https://github.com/rasky/genemu/archive/master.tar.gz ${version}.tar.gz"