From owner-svn-ports-all@FreeBSD.ORG Mon Sep 23 06:18:37 2013 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 ESMTP id EB8E1766; Mon, 23 Sep 2013 06:18:37 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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 BFE2C2154; Mon, 23 Sep 2013 06:18:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8N6Ibhq075839; Mon, 23 Sep 2013 06:18:37 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8N6Ibw0075834; Mon, 23 Sep 2013 06:18:37 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309230618.r8N6Ibw0075834@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 23 Sep 2013 06:18:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327935 - head/sysutils/fusefs-libs 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.14 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: Mon, 23 Sep 2013 06:18:38 -0000 Author: bapt Date: Mon Sep 23 06:18:37 2013 New Revision: 327935 URL: http://svnweb.freebsd.org/changeset/ports/327935 Log: Use stage, convert TEXT_DOCS to PORTDOCS Modified: head/sysutils/fusefs-libs/Makefile head/sysutils/fusefs-libs/pkg-plist Modified: head/sysutils/fusefs-libs/Makefile ============================================================================== --- head/sysutils/fusefs-libs/Makefile Mon Sep 23 06:17:32 2013 (r327934) +++ head/sysutils/fusefs-libs/Makefile Mon Sep 23 06:18:37 2013 (r327935) @@ -19,24 +19,16 @@ USE_LDCONFIG= yes USES= iconv CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig -TXT_DOCS= how-fuse-works \ +PORTDOCS= how-fuse-works \ kernel.txt -MAN1= fusermount.1 \ - ulockmgr_server.1 -MAN8= mount.fuse.8 - - -NO_STAGE= yes .include post-install: - ${INSTALL_DATA} ${WRKSRC}/include/fuse_kernel.h ${PREFIX}/include/fuse + ${INSTALL_DATA} ${WRKSRC}/include/fuse_kernel.h ${STAGEDIR}${PREFIX}/include/fuse .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR}/libs -.for i in ${TXT_DOCS} - @${INSTALL_DATA} ${WRKSRC}/doc/$i ${DOCSDIR}/libs -.endfor + @${MKDIR} ${STAGEDIR}${DOCSDIR}/libs + @cd ${WRKSRC}/doc/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/libs .endif Modified: head/sysutils/fusefs-libs/pkg-plist ============================================================================== --- head/sysutils/fusefs-libs/pkg-plist Mon Sep 23 06:17:32 2013 (r327934) +++ head/sysutils/fusefs-libs/pkg-plist Mon Sep 23 06:18:37 2013 (r327935) @@ -1,25 +1,24 @@ +include/fuse.h include/fuse/cuse_lowlevel.h include/fuse/fuse.h -include/fuse/fuse_compat.h include/fuse/fuse_common.h include/fuse/fuse_common_compat.h +include/fuse/fuse_compat.h +include/fuse/fuse_kernel.h include/fuse/fuse_lowlevel.h include/fuse/fuse_lowlevel_compat.h include/fuse/fuse_opt.h -include/fuse/fuse_kernel.h -include/fuse.h include/ulockmgr.h lib/libfuse.a lib/libfuse.la lib/libfuse.so lib/libfuse.so.2 -lib/libulockmgr.la lib/libulockmgr.a +lib/libulockmgr.la lib/libulockmgr.so lib/libulockmgr.so.1 libdata/pkgconfig/fuse.pc +man/man1/fusermount.1.gz +man/man1/ulockmgr_server.1.gz +man/man8/mount.fuse.8.gz @dirrm include/fuse -%%PORTDOCS%%%%DOCSDIR%%/libs/how-fuse-works -%%PORTDOCS%%%%DOCSDIR%%/libs/kernel.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%%/libs -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%