diff options
author | marino <marino@FreeBSD.org> | 2014-07-28 22:53:11 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-07-28 22:53:11 +0800 |
commit | 95b079143bca3d034de40634c420295d31cf96b3 (patch) | |
tree | 1d7c6464038de7f8038108cc68aff753eb6e9636 | |
parent | 952665629d7872251c1d39a2f3d6dff9b0109d8c (diff) | |
download | freebsd-ports-gnome-95b079143bca3d034de40634c420295d31cf96b3.tar.gz freebsd-ports-gnome-95b079143bca3d034de40634c420295d31cf96b3.tar.zst freebsd-ports-gnome-95b079143bca3d034de40634c420295d31cf96b3.zip |
stage devel/psptoolchain-pspsdk-stage2 and restore maintainship
PR: 192147
Submitted by: former maintainer (Tassilo Philipp)
-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" |