Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2014 14:12:58 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343744 - head/sysutils/fusefs-unionfs
Message-ID:  <201402111412.s1BECw3Y021014@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402111412.s1BECw3Y021014>