diff options
| author | John Marino <marino@FreeBSD.org> | 2014-07-28 14:53:11 +0000 | 
|---|---|---|
| committer | John Marino <marino@FreeBSD.org> | 2014-07-28 14:53:11 +0000 | 
| commit | 9a8f35e89c737af14ff88d747d3178f3934ef1fe (patch) | |
| tree | 1d7c6464038de7f8038108cc68aff753eb6e9636 /devel | |
| parent | - Remove old OPTIONS-related variables which are no-op by now (diff) | |
stage devel/psptoolchain-pspsdk-stage2 and restore maintainship
PR:		192147
Submitted by:	former maintainer (Tassilo Philipp)
Diffstat (limited to 'devel')
| -rw-r--r-- | devel/psptoolchain-pspsdk-stage2/Makefile | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/psptoolchain-pspsdk-stage2/Makefile b/devel/psptoolchain-pspsdk-stage2/Makefile index da02b07da7eb..26657a7d4d2f 100644 --- a/devel/psptoolchain-pspsdk-stage2/Makefile +++ b/devel/psptoolchain-pspsdk-stage2/Makefile @@ -1,9 +1,11 @@  # Created by: Tassilo Philipp <tphilipp@potion-studios.com>  # $FreeBSD$ +PORTREVISION=		1 +  PKGNAMESUFFIX=		-stage2 -MAINTAINER= ports@FreeBSD.org +MAINTAINER=		tphilipp@potion-studios.com  COMMENT=		PlayStation Portable development toolchain ${PORTNAME}  BUILD_DEPENDS=		psp-cpp:${PORTSDIR}/devel/psptoolchain-gcc-stage2 \ @@ -18,5 +20,4 @@ CONFIGURE_ARGS=		--prefix=${PREFIX} --with-pspdev="${LOCALBASE}"  PLIST=			${.CURDIR}/pkg-plist  MASTERDIR=		${.CURDIR}/../psptoolchain-pspsdk-stage1 -NO_STAGE=	yes  .include "${MASTERDIR}/Makefile"  | 
