svn commit: r392213 - head/devel/psptoolchain
Philip M. Gollucci
pgollucci at FreeBSD.org
Wed Jul 15 20:57:41 UTC 2015
Author: pgollucci
Date: Wed Jul 15 20:57:39 2015
New Revision: 392213
URL: https://svnweb.freebsd.org/changeset/ports/392213
Log:
devel/psptoolchain: cleanup
- convert to USES=metaport
PR: 201572
Submitted by: s3erios at gmail.com
Approved by: tphilipp at potion-studios.com (maintainer)
Modified:
head/devel/psptoolchain/Makefile
Modified: head/devel/psptoolchain/Makefile
==============================================================================
--- head/devel/psptoolchain/Makefile Wed Jul 15 20:39:32 2015 (r392212)
+++ head/devel/psptoolchain/Makefile Wed Jul 15 20:57:39 2015 (r392213)
@@ -5,8 +5,6 @@ PORTNAME= psptoolchain
PORTVERSION= 20111215
PORTREVISION= 2
CATEGORIES= devel
-MASTER_SITES= # none
-DISTFILES= # none
MAINTAINER= tphilipp at potion-studios.com
COMMENT= PlayStation Portable development toolchain meta port
@@ -27,11 +25,6 @@ RUN_DEPENDS= psp-gdb:${PORTSDIR}/devel/
psp-strings:${PORTSDIR}/devel/psptoolchain-binutils \
psp-strip:${PORTSDIR}/devel/psptoolchain-binutils
-NO_WRKSUBDIR= YES
-NO_BUILD= YES
-NO_FETCH= YES
-NO_MTREE= YES
-
-do-install:
+USES= metaport
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list