diff options
Diffstat (limited to 'textproc/libnumbertext/Makefile')
-rw-r--r-- | textproc/libnumbertext/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/libnumbertext/Makefile b/textproc/libnumbertext/Makefile index d534b0495fa0..dc165f304e25 100644 --- a/textproc/libnumbertext/Makefile +++ b/textproc/libnumbertext/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libnumbertext -PORTVERSION= 1.0.5 -PORTREVISION= 1 +PORTVERSION= 1.0.6 CATEGORIES= textproc MASTER_SITES= https://github.com/Numbertext/libnumbertext/releases/download/${PORTVERSION}/ @@ -17,4 +16,6 @@ USES= compiler:c++11-lang gmake libtool tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes +INSTALL_TARGET= install-strip + .include <bsd.port.mk> |