diff options
Diffstat (limited to 'devel/libestr/Makefile')
-rw-r--r-- | devel/libestr/Makefile | 3 |
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> |