summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2015-07-15 20:57:39 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2015-07-15 20:57:39 +0000
commite6ab070b95a73ca5d7b259b7dfd5ca3069fff944 (patch)
treec8fa2ddcb486cb3f7bed539cbc30b8a77cb3c741
parent4bdd996ef293b1cee0abfc1d8f54872dc1a846ec (diff)
downloadfreebsd-ports-e6ab070b95a73ca5d7b259b7dfd5ca3069fff944.zip
devel/psptoolchain: cleanup
- convert to USES=metaport PR: 201572 Submitted by: s3erios@gmail.com Approved by: tphilipp@potion-studios.com (maintainer)
-rw-r--r--devel/psptoolchain/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/psptoolchain/Makefile b/devel/psptoolchain/Makefile
index 4231cc72fceb..9ebed4d1f54a 100644
--- a/devel/psptoolchain/Makefile
+++ b/devel/psptoolchain/Makefile
@@ -5,8 +5,6 @@ PORTNAME= psptoolchain
PORTVERSION= 20111215
PORTREVISION= 2
CATEGORIES= devel
-MASTER_SITES= # none
-DISTFILES= # none
MAINTAINER= tphilipp@potion-studios.com
COMMENT= PlayStation Portable development toolchain meta port
@@ -27,11 +25,6 @@ RUN_DEPENDS= psp-gdb:${PORTSDIR}/devel/psptoolchain-gdb \
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>