diff --git a/sysutils/progsreiserfs/Makefile b/sysutils/progsreiserfs/Makefile index 3503ea95077f..955d6b1dcef9 100644 --- a/sysutils/progsreiserfs/Makefile +++ b/sysutils/progsreiserfs/Makefile @@ -3,13 +3,16 @@ PORTNAME= progsreiserfs DISTVERSION= 0.3.1-rc8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MASTER_SITES= http://www.cgsecurity.org/ MAINTAINER= ports@FreeBSD.org COMMENT= Utilities and library to manipulate ReiserFS partitions +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USES= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -36,4 +39,7 @@ post-patch: @${REINPLACE_CMD} -e 's|sys/int_types.h|inttypes.h|' \ ${WRKSRC}/libreiserfs/tools.c ${WRKSRC}/include/reiserfs/* +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so + .include