aboutsummaryrefslogtreecommitdiff
path: root/devel/libstrfunc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 17:13:42 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 17:13:42 +0000
commit580a778a16c548027cb6b56ad3357f1dec74e859 (patch)
tree3181285e36d6e08abfc359972209897c5230fa7a /devel/libstrfunc
parent34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5 (diff)
Notes
Diffstat (limited to 'devel/libstrfunc')
-rw-r--r--devel/libstrfunc/Makefile7
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>