diff --git a/devel/p4/Makefile b/devel/p4/Makefile index 29be1eb4684c..6e7c3419fa20 100644 --- a/devel/p4/Makefile +++ b/devel/p4/Makefile @@ -1,30 +1,32 @@ # Created by: gordon@FreeBSD.org # $FreeBSD$ PORTNAME= p4 PORTVERSION= 2015.1.1314399 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ DISTNAME= p4 EXTRACT_SUFX= EXTRACT_ONLY= # none MAINTAINER= gordon@FreeBSD.org COMMENT= Perforce client +BROKEN= checksum mismatch + RESTRICTED= Restricted distribution NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_FILES= bin/p4 .include .include "Makefile.inc" do-install: ${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/p4 ${STAGEDIR}${PREFIX}/bin .include