From ca2fd25ac78c98bf209b5c4ed2f224fea705e16b Mon Sep 17 00:00:00 2001 From: mezz Date: Sat, 17 Mar 2012 21:52:06 +0000 Subject: Fix the installation, the share/games does not exist so it needs to be created by ${MKDIR}. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16700 df743ca5-7f9a-e211-a948-0013205c9059 --- misc/gnomehier/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/gnomehier/Makefile b/misc/gnomehier/Makefile index 07cf5fcec..2d67013a6 100644 --- a/misc/gnomehier/Makefile +++ b/misc/gnomehier/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev # # $FreeBSD$ -# $MCom$ +# $MCom: ports/misc/gnomehier/Makefile,v 1.36 2011/10/22 12:07:27 kwm Exp $ # # !!DON'T BUMP PORTREVISION ON MTREE CHANGES ANYMORE!! @@ -43,6 +43,7 @@ pre-install: < ${FILESDIR}/pkg-install.in > ${PKGINSTALL} pre-su-install: + ${MKDIR} ${WRKSRC}/share/games ${CHGRP} games ${WRKSRC}/share/games ${CHMOD} g=rwXs ${WRKSRC}/share/games cd ${WRKSRC} && \ -- cgit v1.2.3