diff options
author | marino <marino@FreeBSD.org> | 2014-07-28 23:01:10 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-07-28 23:01:10 +0800 |
commit | bf250d023da95dde6a78f75fb8371d916a2f7612 (patch) | |
tree | 542b4f5b8a03f4c057042a0d8eeea1869e2301a1 | |
parent | c13163205acdd914015ef5c13a89206def4510be (diff) | |
download | freebsd-ports-gnome-bf250d023da95dde6a78f75fb8371d916a2f7612.tar.gz freebsd-ports-gnome-bf250d023da95dde6a78f75fb8371d916a2f7612.tar.zst freebsd-ports-gnome-bf250d023da95dde6a78f75fb8371d916a2f7612.zip |
stage devel/psptoolchain and restore maintainship
PR: 192148
Submitted by: former maintainer (Tassilo Philipp)
-rw-r--r-- | devel/psptoolchain/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/psptoolchain/Makefile b/devel/psptoolchain/Makefile index 2ad412d900c0..4231cc72fceb 100644 --- a/devel/psptoolchain/Makefile +++ b/devel/psptoolchain/Makefile @@ -3,12 +3,12 @@ PORTNAME= psptoolchain PORTVERSION= 20111215 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= # none DISTFILES= # none -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tphilipp@potion-studios.com COMMENT= PlayStation Portable development toolchain meta port RUN_DEPENDS= psp-gdb:${PORTSDIR}/devel/psptoolchain-gdb \ @@ -30,8 +30,8 @@ RUN_DEPENDS= psp-gdb:${PORTSDIR}/devel/psptoolchain-gdb \ NO_WRKSUBDIR= YES NO_BUILD= YES NO_FETCH= YES +NO_MTREE= YES -NO_STAGE= yes do-install: .include <bsd.port.mk> |