diff options
| author | John Marino <marino@FreeBSD.org> | 2014-07-28 14:22:19 +0000 |
|---|---|---|
| committer | John Marino <marino@FreeBSD.org> | 2014-07-28 14:22:19 +0000 |
| commit | 7e27cfb48892a53ad6c7705ef56df991ce4d212c (patch) | |
| tree | c77f30011169faa03a815d9659280317cf6d99c4 | |
| parent | Rename biology/ patch-xy patches to reflect the files they modify. (diff) | |
stage devel/psptoolchain-gcc-stage2 and restore maintainship
PR: 192143
Submitted by: former maintainer (Tassilo Philipp)
Notes
Notes:
svn path=/head/; revision=363160
| -rw-r--r-- | devel/psptoolchain-gcc-stage2/Makefile | 7 | ||||
| -rw-r--r-- | devel/psptoolchain-gcc-stage2/pkg-plist | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/psptoolchain-gcc-stage2/Makefile b/devel/psptoolchain-gcc-stage2/Makefile index 44fbe3e52a5e..7e9979ba7dce 100644 --- a/devel/psptoolchain-gcc-stage2/Makefile +++ b/devel/psptoolchain-gcc-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 BUILD_DEPENDS= ${LOCALBASE}/psp/lib/libc.a:${PORTSDIR}/devel/psptoolchain-newlib @@ -22,10 +24,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-as=${LOCALBASE}/bin/psp-as \ --mandir=${PREFIX}/man -MAN1= psp-g++.1 - PLIST= ${.CURDIR}/pkg-plist MASTERDIR= ${.CURDIR}/../psptoolchain-gcc-stage1 -NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/devel/psptoolchain-gcc-stage2/pkg-plist b/devel/psptoolchain-gcc-stage2/pkg-plist index 69fc51a0aee7..c5df106a609b 100644 --- a/devel/psptoolchain-gcc-stage2/pkg-plist +++ b/devel/psptoolchain-gcc-stage2/pkg-plist @@ -804,12 +804,13 @@ bin/psp-gcc bin/psp-g++ bin/psp-cpp bin/psp-c++ -psp/bin/c++ -psp/bin/g++ -psp/bin/gcc share/gcc-4.6.2/python/libstdcxx/v6/printers.py share/gcc-4.6.2/python/libstdcxx/v6/__init__.py share/gcc-4.6.2/python/libstdcxx/__init__.py +man/man1/psp-cpp.1.gz +man/man1/psp-gcc.1.gz +man/man1/psp-gcov.1.gz +man/man1/psp-g++.1.gz @dirrm psp/include/c++/4.6.2/tr1 @dirrm psp/include/c++/4.6.2/psp/bits @dirrm psp/include/c++/4.6.2/psp |
