Date: Tue, 10 Mar 2015 14:15:55 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380917 - head/sysutils/fusefs-unionfs Message-ID: <201503101415.t2AEFtlm044222@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Mar 10 14:15:55 2015 New Revision: 380917 URL: https://svnweb.freebsd.org/changeset/ports/380917 QAT: https://qat.redports.org/buildarchive/r380917/ Log: - Add LICENSE - Strip binary Modified: head/sysutils/fusefs-unionfs/Makefile Modified: head/sysutils/fusefs-unionfs/Makefile ============================================================================== --- head/sysutils/fusefs-unionfs/Makefile Tue Mar 10 14:15:53 2015 (r380916) +++ head/sysutils/fusefs-unionfs/Makefile Tue Mar 10 14:15:55 2015 (r380917) @@ -3,6 +3,7 @@ PORTNAME= unionfs PORTVERSION= 0.26 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://podgorny.cz/unionfs-fuse/releases/ PKGNAMEPREFIX= fusefs- @@ -11,6 +12,9 @@ DISTNAME= unionfs-fuse-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= FUSE based implementation of the well-known unionfs +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + PLIST_FILES= bin/unionfs \ man/man8/unionfs-fuse.8.gz @@ -22,4 +26,7 @@ LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} "s,share/man,man,g" ${WRKSRC}/man/CMakeLists.txt +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503101415.t2AEFtlm044222>