View | Details | Raw Unified | Return to bug 192148 | Differences between
and this patch

Collapse All | Expand All

(-)psptoolchain/Makefile (-3 / +3 lines)
Lines 3-14 Link Here
3
3
4
PORTNAME=		psptoolchain
4
PORTNAME=		psptoolchain
5
PORTVERSION=		20111215
5
PORTVERSION=		20111215
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=		devel
7
CATEGORIES=		devel
8
MASTER_SITES=		# none
8
MASTER_SITES=		# none
9
DISTFILES=		# none
9
DISTFILES=		# none
10
10
11
MAINTAINER= ports@FreeBSD.org
11
MAINTAINER= tphilipp@potion-studios.com
12
COMMENT=		PlayStation Portable development toolchain meta port
12
COMMENT=		PlayStation Portable development toolchain meta port
13
13
14
RUN_DEPENDS=		psp-gdb:${PORTSDIR}/devel/psptoolchain-gdb \
14
RUN_DEPENDS=		psp-gdb:${PORTSDIR}/devel/psptoolchain-gdb \
Lines 30-37 Link Here
30
NO_WRKSUBDIR=		YES
30
NO_WRKSUBDIR=		YES
31
NO_BUILD=		YES
31
NO_BUILD=		YES
32
NO_FETCH=		YES
32
NO_FETCH=		YES
33
NO_MTREE=		YES
33
34
34
NO_STAGE=	yes
35
do-install:
35
do-install:
36
36
37
.include <bsd.port.mk>
37
.include <bsd.port.mk>

Return to bug 192148