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