diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:13:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:13:42 +0000 |
commit | 580a778a16c548027cb6b56ad3357f1dec74e859 (patch) | |
tree | 3181285e36d6e08abfc359972209897c5230fa7a /devel/lockfree-malloc/Makefile | |
parent | 34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5 (diff) |
Notes
Diffstat (limited to 'devel/lockfree-malloc/Makefile')
-rw-r--r-- | devel/lockfree-malloc/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/lockfree-malloc/Makefile b/devel/lockfree-malloc/Makefile index 0f2b98120ebf..8db84df2172c 100644 --- a/devel/lockfree-malloc/Makefile +++ b/devel/lockfree-malloc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lockfree-malloc -# Date created: 2012-08-01 -# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com> -# +# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com> # $FreeBSD$ -# PORTNAME= lockfree-malloc PORTVERSION= 0.0.${DATE} @@ -27,6 +23,7 @@ DOCS_DESC= Install README PLIST_FILES= lib/liblite-malloc-shared.so \ lib/liblite-malloc-static.a +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} |