- Add LICENSE
- Strip binary
This commit is contained in:
parent
73a738003d
commit
eb9ae0f5d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380917
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user