diff options
Diffstat (limited to 'devel/libmimedir/Makefile')
-rw-r--r-- | devel/libmimedir/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/libmimedir/Makefile b/devel/libmimedir/Makefile index 3823e69e1ae4..44693ca4449b 100644 --- a/devel/libmimedir/Makefile +++ b/devel/libmimedir/Makefile @@ -3,14 +3,14 @@ PORTNAME= libmimedir PORTVERSION= 0.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Library for parsing RFC2425 MIME Directory Profile information -USES= bison desthack libtool:keepla +USES= bison desthack libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -19,6 +19,9 @@ MAKE_JOBS_UNSAFE=yes post-patch: ${REINPLACE_CMD} -e 's/444/644/g' ${WRKSRC}/Makefile.in +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmimedir.so + regression-test: cd ${WRKSRC} && ./test |