diff options
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} |