View | Details | Raw Unified | Return to bug 162337
Collapse All | Expand All

(-)wiimms/Makefile (-1 / +4 lines)
Lines 2-12 Link Here
2
# Date created:		4 august 2011
2
# Date created:		4 august 2011
3
# Whom:			Olivier Cochard-Labbe <olivier@cochard.me>
3
# Whom:			Olivier Cochard-Labbe <olivier@cochard.me>
4
#
4
#
5
# $FreeBSD: ports/sysutils/wiimms/Makefile,v 1.1 2011/10/24 07:31:23 martymac Exp $
5
# $FreeBSD$
6
#
6
#
7
7
8
PORTNAME=	wiimms
8
PORTNAME=	wiimms
9
PORTVERSION=	2.00
9
PORTVERSION=	2.00
10
PORTREVISION=	1
10
CATEGORIES=	sysutils
11
CATEGORIES=	sysutils
11
MASTER_SITES=	http://gugus69.free.fr/wiimms/ \
12
MASTER_SITES=	http://gugus69.free.fr/wiimms/ \
12
		LOCAL/martymac
13
		LOCAL/martymac
Lines 30-35 Link Here
30
		${WRKSRC}/scripts/*.sh \
31
		${WRKSRC}/scripts/*.sh \
31
		${WRKSRC}/setup/*.sh \
32
		${WRKSRC}/setup/*.sh \
32
		${WRKSRC}/Makefile
33
		${WRKSRC}/Makefile
34
	@${REINPLACE_CMD} -e 's|/share/wit|/share/wiimms|g' \
35
		${WRKSRC}/Makefile
33
36
34
pre-configure:
37
pre-configure:
35
	@${CHMOD} +x ${WRKSRC}/setup.sh
38
	@${CHMOD} +x ${WRKSRC}/setup.sh

Return to bug 162337