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

Collapse All | Expand All

(-)psptoolchain-pspsdk-stage2/Makefile (-2 / +3 lines)
Lines 1-9 Link Here
1
# Created by: Tassilo Philipp <tphilipp@potion-studios.com>
1
# Created by: Tassilo Philipp <tphilipp@potion-studios.com>
2
# $FreeBSD: head/devel/psptoolchain-pspsdk-stage2/Makefile 360604 2014-07-04 12:06:07Z bapt $
2
# $FreeBSD: head/devel/psptoolchain-pspsdk-stage2/Makefile 360604 2014-07-04 12:06:07Z bapt $
3
3
4
PORTREVISION=		1
5
4
PKGNAMESUFFIX=		-stage2
6
PKGNAMESUFFIX=		-stage2
5
7
6
MAINTAINER= ports@FreeBSD.org
8
MAINTAINER= tphilipp@potion-studios.com
7
COMMENT=		PlayStation Portable development toolchain ${PORTNAME}
9
COMMENT=		PlayStation Portable development toolchain ${PORTNAME}
8
10
9
BUILD_DEPENDS=		psp-cpp:${PORTSDIR}/devel/psptoolchain-gcc-stage2 \
11
BUILD_DEPENDS=		psp-cpp:${PORTSDIR}/devel/psptoolchain-gcc-stage2 \
Lines 18-22 Link Here
18
PLIST=			${.CURDIR}/pkg-plist
20
PLIST=			${.CURDIR}/pkg-plist
19
MASTERDIR=		${.CURDIR}/../psptoolchain-pspsdk-stage1
21
MASTERDIR=		${.CURDIR}/../psptoolchain-pspsdk-stage1
20
22
21
NO_STAGE=	yes
22
.include "${MASTERDIR}/Makefile"
23
.include "${MASTERDIR}/Makefile"

Return to bug 192147