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/libstrfunc | |
parent | 34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5 (diff) |
Notes
Diffstat (limited to 'devel/libstrfunc')
-rw-r--r-- | devel/libstrfunc/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/libstrfunc/Makefile b/devel/libstrfunc/Makefile index edd8aea138e6..7b8b606de707 100644 --- a/devel/libstrfunc/Makefile +++ b/devel/libstrfunc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libstrfunc -# Date created: 2001-07-19 -# Whom: Lev Walkin <vlm@lionet.info> -# +# Created by: Lev Walkin <vlm@lionet.info> # $FreeBSD$ -# PORTNAME= libstrfunc PORTVERSION= 8.3 @@ -41,4 +37,5 @@ MAN3= \ countstr.3 replace.3 replace_detach.3 limittextwidth.3 strndup.3 \ sf_strdup.3 sf_malloc.3 sf_calloc.3 sf_realloc.3 strfunc_ctl.3 +NO_STAGE= yes .include <bsd.port.mk> |