From owner-svn-ports-all@FreeBSD.ORG Tue Feb 11 14:12:59 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0F7E95B5; Tue, 11 Feb 2014 14:12:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EE62216BA; Tue, 11 Feb 2014 14:12:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1BECws6021015; Tue, 11 Feb 2014 14:12:58 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1BECw3Y021014; Tue, 11 Feb 2014 14:12:58 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402111412.s1BECw3Y021014@svn.freebsd.org> From: Martin Wilke Date: Tue, 11 Feb 2014 14:12:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343744 - head/sysutils/fusefs-unionfs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Feb 2014 14:12:59 -0000 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