Use correct shell.
swell-foop still doens't work as it depends on seed which isn't in pkgsrc yet, but gnome-games installs again.
This commit is contained in:
parent
5d2ac3011b
commit
c69d9989ae
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.114 2011/01/13 13:37:44 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.115 2011/04/20 07:17:46 roy Exp $
|
||||
|
||||
DISTNAME= gnome-games-2.32.1
|
||||
PKGREVISION= 1
|
||||
|
@ -50,6 +50,12 @@ PYTHON_PATCH_SCRIPTS+= glchess/src/glchess.in.in
|
|||
PYTHON_PATCH_SCRIPTS+= gnome-sudoku/src/gnome-sudoku.in.in
|
||||
PY_PATCHPLIST= yes
|
||||
|
||||
#!/usr/bin/env sh is pretty dumb and REPLACE_SH doesn't support fixing it
|
||||
SUBST_CLASSES+= swell
|
||||
SUBST_STAGE.swell= post-patch
|
||||
SUBST_FILES.swell= swell-foop/swell-foop.in
|
||||
SUBST_SED.swell= 's:/usr/bin/env sh:${SH}:'
|
||||
|
||||
.include "../../audio/libcanberra/buildlink3.mk"
|
||||
.include "../../devel/GConf/schemas.mk"
|
||||
.include "../../devel/GConf-ui/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue