diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-05 18:44:56 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-05 18:44:56 +0000 |
commit | cf699951e9d10cee81c6a0a9132aaa8ffcacda85 (patch) | |
tree | 608616c1ad722af5a3f7b4b17fcb3f0d90c804ec /sysutils/progsreiserfs | |
parent | 9e80bd3ed9e9eb61ce429089b54e575ab90423bc (diff) |
Notes
Diffstat (limited to 'sysutils/progsreiserfs')
-rw-r--r-- | sysutils/progsreiserfs/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.mk> |