mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
update to rigg 1.1 which includes mainly fixes to test and install targets
This commit is contained in:
+7
-6
@@ -1,6 +1,6 @@
|
||||
COMMENT = run independent games
|
||||
|
||||
V = 1.0
|
||||
V = 1.1
|
||||
DISTNAME = rigg-${V}
|
||||
CATEGORIES = games
|
||||
|
||||
@@ -19,11 +19,12 @@ MODULES = lang/mono
|
||||
LIB_DEPENDS = lang/hashlink \
|
||||
lang/mono
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/rigg ${PREFIX}/bin/
|
||||
${INSTALL_MAN} ${WRKBUILD}/rigg.1 ${PREFIX}/man/man1/
|
||||
PORTHOME = ${WRKDIR}/porthome
|
||||
|
||||
do-test:
|
||||
cd ${WRKSRC}/test; make clean regress
|
||||
# dirs and files in PORTHOME that are needed for unveil during 'make test'
|
||||
post-extract:
|
||||
mkdir -p ${PORTHOME}/.{config,local/share,cache/mesa_shader_cache}
|
||||
mkdir -p ${PORTHOME}/.{mono,sndio}
|
||||
touch ${PORTHOME}/.X{authority,Compose,defaults}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
+2
-2
@@ -1,2 +1,2 @@
|
||||
SHA256 (rigg-1.0.tar.gz) = 2hXCF6+AkKEwJUYIX3X9Zq6V1t48wrVbJEjia1/Wtu8=
|
||||
SIZE (rigg-1.0.tar.gz) = 11322
|
||||
SHA256 (rigg-1.1.tar.gz) = rwfAOyfnnY3j80/LJZ5cXK5m7NGsXDEoiB2+0BNc8RQ=
|
||||
SIZE (rigg-1.1.tar.gz) = 12173
|
||||
|
||||
Reference in New Issue
Block a user