From b51fb9a8ae0cf9df2f6fd7140d2a45802564ce81 Mon Sep 17 00:00:00 2001 From: John McQuah Date: Thu, 16 Jun 2022 12:06:44 -0400 Subject: [PATCH] glew-egl: fix build() for the renamed port --- glew-egl/.signature | 4 ++-- glew-egl/Pkgfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/glew-egl/.signature b/glew-egl/.signature index abb3f11..ce43002 100644 --- a/glew-egl/.signature +++ b/glew-egl/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/jmq.pub -RWTTPlFarK9CxIEN0djKmmJpWblh3RNqDHEH44Q+1g1gghMKOrQmiE1T+EWOwo8tpQghnYPnHlj9EiJEFJ0AiERVg8mEBcB41QY= -SHA256 (Pkgfile) = ec33492f87bb8f502dca53e5f5dab10d65cf7cef76845aa5164eca3280405ea3 +RWTTPlFarK9CxFaz7MHv104cvdaaSp7Ud8xDLn8nGsq2hZbIGjZwXRftRlQBskZuMk46zXa8jNMpIlaBAX6sZLpBjTS17fQTNgg= +SHA256 (Pkgfile) = 01c269d370731115d04a0d30376af0706ad8b93cb3bbb4fc8a1794bbd8159906 SHA256 (.footprint) = 884b372da479ce249878cf9f3fba7e3010d0b8034e2f51892d9d7e6b966aac5d SHA256 (glew-2.2.0.tgz) = d4fc82893cfb00109578d0a1a2337fb8ca335b3ceccf97b97e5cc7f08e4353e1 SHA256 (glew-2.0.0-install-headers.patch) = 07633aadfb3ab0bd5470671b74bc4c8770965b817e2dd194d8fc0fde58b88e7c diff --git a/glew-egl/Pkgfile b/glew-egl/Pkgfile index 51a7cab..18a5142 100644 --- a/glew-egl/Pkgfile +++ b/glew-egl/Pkgfile @@ -10,7 +10,7 @@ source=(https://downloads.sourceforge.net/project/${name%-egl}/${name%-egl}/$ver glew-2.0.0-install-headers.patch) build() { - cd $name-$version + cd ${name%-egl}-$version patch -p1 -i $SRC/glew-2.0.0-install-headers.patch