diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:04:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:04:43 +0000 |
commit | 34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5 (patch) | |
tree | ed5885ce2dac897e773c37ed9c6f43b452790bae /devel/google-perftools | |
parent | 857aec5d6b82d83ac07f49f4dab6463acb984c3c (diff) |
Notes
Diffstat (limited to 'devel/google-perftools')
-rw-r--r-- | devel/google-perftools/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/google-perftools/Makefile b/devel/google-perftools/Makefile index ea79039b47e0..06de9c0a5b48 100644 --- a/devel/google-perftools/Makefile +++ b/devel/google-perftools/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: google-sparsehash -# Date created: 07 January 2007 -# Whom: Yuri Victorovich <yuri@tsoft.com> -# +# Created by: Yuri Victorovich <yuri@tsoft.com> # $FreeBSD$ -# PORTNAME= google-perftools PORTVERSION= 1.8.3 @@ -24,6 +20,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= pathfix +NO_STAGE= yes post-patch: .if defined(NOPORTDOCS) ${REINPLACE_CMD} -e \ |