diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-03-18 05:52:06 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-03-18 05:52:06 +0800 |
commit | ca2fd25ac78c98bf209b5c4ed2f224fea705e16b (patch) | |
tree | 1b040391fd775da5da8dac07603170bb2a716141 /misc | |
parent | 32ad758c3ec2d9f0c7421047724a1260bb749083 (diff) | |
download | marcuscom-ports-ca2fd25ac78c98bf209b5c4ed2f224fea705e16b.tar marcuscom-ports-ca2fd25ac78c98bf209b5c4ed2f224fea705e16b.tar.gz marcuscom-ports-ca2fd25ac78c98bf209b5c4ed2f224fea705e16b.tar.bz2 marcuscom-ports-ca2fd25ac78c98bf209b5c4ed2f224fea705e16b.tar.lz marcuscom-ports-ca2fd25ac78c98bf209b5c4ed2f224fea705e16b.tar.xz marcuscom-ports-ca2fd25ac78c98bf209b5c4ed2f224fea705e16b.tar.zst marcuscom-ports-ca2fd25ac78c98bf209b5c4ed2f224fea705e16b.zip |
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
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnomehier/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 <sobomax@FreeBSD.org> # # $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} && \ |