aboutsummaryrefslogtreecommitdiff
path: root/devel/libestr
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-24 06:24:17 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-24 06:24:17 +0000
commit110f3583b678bf22fb94d6d1f280cbd2a352e957 (patch)
tree8d9949ca6c69df96c0d2fd758409b3e4417976d0 /devel/libestr
parent3ddccf34d69359716acf90c1ac08a369dd35df15 (diff)
downloadports-110f3583b678bf22fb94d6d1f280cbd2a352e957.tar.gz
ports-110f3583b678bf22fb94d6d1f280cbd2a352e957.zip
Notes
Diffstat (limited to 'devel/libestr')
-rw-r--r--devel/libestr/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libestr/Makefile b/devel/libestr/Makefile
index 09991c1c723e..4546d81e1613 100644
--- a/devel/libestr/Makefile
+++ b/devel/libestr/Makefile
@@ -7,12 +7,11 @@ CATEGORIES= devel
MASTER_SITES= http://libestr.adiscon.com/files/download/
MAINTAINER= brd@FreeBSD.org
-COMMENT= A library for some string essentials
+COMMENT= Library for some string essentials
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix="${PREFIX}" \
--disable-testbench
-NO_STAGE= yes
.include <bsd.port.mk>