From owner-svn-ports-all@FreeBSD.ORG Fri Sep 27 11:08:03 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 908AEE51; Fri, 27 Sep 2013 11:08:03 +0000 (UTC) (envelope-from rene@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 7E94C238C; Fri, 27 Sep 2013 11:08:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8RB83jj023171; Fri, 27 Sep 2013 11:08:03 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8RB83Vf023169; Fri, 27 Sep 2013 11:08:03 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201309271108.r8RB83Vf023169@svn.freebsd.org> From: Rene Ladan Date: Fri, 27 Sep 2013 11:08:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328453 - head/emulators/fuse 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: Fri, 27 Sep 2013 11:08:03 -0000 Author: rene Date: Fri Sep 27 11:08:02 2013 New Revision: 328453 URL: http://svnweb.freebsd.org/changeset/ports/328453 Log: Add staging support Modified: head/emulators/fuse/Makefile head/emulators/fuse/pkg-plist Modified: head/emulators/fuse/Makefile ============================================================================== --- head/emulators/fuse/Makefile Fri Sep 27 10:18:19 2013 (r328452) +++ head/emulators/fuse/Makefile Fri Sep 27 11:08:02 2013 (r328453) @@ -23,14 +23,11 @@ CONFIGURE_ARGS+=--without-alsa --without CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -MAN1= fuse.1 - OPTIONS_DEFINE= AO SAMPLERATE OPTIONS_DEFAULT= SAMPLERATE AO_DESC= Use libao for audio output SAMPLERATE_DESC= Better beeper sound quality -NO_STAGE= yes .include .if ${PORT_OPTIONS:MAO} @@ -46,11 +43,11 @@ LIB_DEPENDS+= libsamplerate.so:${PORTSDI CONFIGURE_ARGS+=--without-libsamplerate .endif -.if ${PORT_OPTIONS:MDOCS} post-install: - @${MKDIR} ${DOCSDIR} +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS ChangeLog README THANKS \ - ${DOCSDIR} + ${STAGEDIR}${DOCSDIR} .endif .include Modified: head/emulators/fuse/pkg-plist ============================================================================== --- head/emulators/fuse/pkg-plist Fri Sep 27 10:18:19 2013 (r328452) +++ head/emulators/fuse/pkg-plist Fri Sep 27 11:08:02 2013 (r328453) @@ -1,5 +1,6 @@ @comment $FreeBSD$ bin/fuse +man/man1/fuse.1.gz %%DATADIR%%/128-0.rom %%DATADIR%%/128-1.rom %%DATADIR%%/48.rom