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

Martin Wilke miwi at FreeBSD.org
Tue Feb 11 14:12:59 UTC 2014


Author: miwi
Date: Tue Feb 11 14:12:58 2014
New Revision: 343744
URL: http://svnweb.freebsd.org/changeset/ports/343744
QAT: https://qat.redports.org/buildarchive/r343744/

Log:
  - Stage support

Modified:
  head/sysutils/fusefs-unionfs/Makefile

Modified: head/sysutils/fusefs-unionfs/Makefile
==============================================================================
--- head/sysutils/fusefs-unionfs/Makefile	Tue Feb 11 14:12:39 2014	(r343743)
+++ head/sysutils/fusefs-unionfs/Makefile	Tue Feb 11 14:12:58 2014	(r343744)
@@ -11,8 +11,8 @@ DISTNAME=	unionfs-fuse-${PORTVERSION}
 MAINTAINER=	clsung at FreeBSD.org
 COMMENT=	FUSE based implementation of the well-known unionfs
 
-PLIST_FILES=	bin/unionfs
-MAN8+=		unionfs-fuse.8
+PLIST_FILES=	bin/unionfs \
+		man/man8/unionfs-fuse.8.gz
 
 USES=		fuse cmake
 USE_XZ=		yes
@@ -20,7 +20,6 @@ USE_XZ=		yes
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} "s,share/man,man,g" ${WRKSRC}/man/CMakeLists.txt
 


More information about the svn-ports-all mailing list