Date: Fri, 27 Sep 2013 11:08:03 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328453 - head/emulators/fuse Message-ID: <201309271108.r8RB83Vf023169@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk> .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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309271108.r8RB83Vf023169>