svn commit: r380917 - head/sysutils/fusefs-unionfs

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Mar 10 14:15:56 UTC 2015


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 at 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>


More information about the svn-ports-head mailing list