aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-07-28 14:53:11 +0000
committerJohn Marino <marino@FreeBSD.org>2014-07-28 14:53:11 +0000
commit9a8f35e89c737af14ff88d747d3178f3934ef1fe (patch)
tree1d7c6464038de7f8038108cc68aff753eb6e9636 /devel
parentdc584e5c66f4973abc6738b537ff27238e3de0c0 (diff)
stage devel/psptoolchain-pspsdk-stage2 and restore maintainship
PR: 192147 Submitted by: former maintainer (Tassilo Philipp)
Notes
Notes: svn path=/head/; revision=363167
Diffstat (limited to 'devel')
-rw-r--r--devel/psptoolchain-pspsdk-stage2/Makefile5
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"