mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
benchmarks/unixbench: Fix path to LICENSE_FILE
Accidently forgot to adjust path to LICENSE_FILE correctly causing build to fail Reported by: meta Approved by: portmgr (blanket, build fix)
This commit is contained in:
parent
c5384cb0f5
commit
d1029c743f
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ COMMENT= BYTE magazine's Public Domain benchmark for UNIX
|
|||
WWW= https://github.com/kdlucas/byte-unixbench
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
LICENSE_FILE= ${WRKSRC}/../LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= x11perf:x11/x11perf
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue