Date: Fri, 27 Sep 2013 10:14:26 +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: r328451 - head/emulators/fuse-utils Message-ID: <201309271014.r8RAEQ5b095472@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Fri Sep 27 10:14:26 2013 New Revision: 328451 URL: http://svnweb.freebsd.org/changeset/ports/328451 Log: Add staging support Modified: head/emulators/fuse-utils/Makefile head/emulators/fuse-utils/pkg-plist Modified: head/emulators/fuse-utils/Makefile ============================================================================== --- head/emulators/fuse-utils/Makefile Fri Sep 27 10:10:29 2013 (r328450) +++ head/emulators/fuse-utils/Makefile Fri Sep 27 10:14:26 2013 (r328451) @@ -19,23 +19,17 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libspectrum-prefix=${LOCALBASE} \ --with-local-prefix=${LOCALBASE} -MAN1= createhdf.1 fmfconv.1 fuse-utils.1 listbasic.1 raw2hdf.1 rzxcheck.1 \ - rzxdump.1 rzxtool.1 scl2trd.1 snap2tzx.1 snapconv.1 tapeconv.1 \ - tzxlist.1 profile2map.1 - OPTIONS_DEFINE= AUDIOTOOLS DOCS OPTIONS_DEFAULT= AUDIOTOOLS AUDIOTOOLS_DESC= Build audio <-> tape utilities -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAUDIOTOOLS} CONFIGURE_ARGS+=--with-audiofile LIB_DEPENDS+= libaudiofile.so:${PORTSDIR}/audio/libaudiofile PLIST_SUB= AUDIOTOOLS="" -MAN1+= audio2tape.1 tape2wav.1 .else CONFIGURE_ARGS+=--without-audiofile PLIST_SUB= AUDIOTOOLS="@comment " @@ -49,10 +43,10 @@ PLIST_SUB= AUDIOTOOLS="@comment " CONFIGURE_ARGS+=--without-ffmpeg #.endif -.if ${PORT_OPTIONS:MDOCS} post-install: - @${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS ChangeLog README ${DOCSDIR} +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS ChangeLog README ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.mk> Modified: head/emulators/fuse-utils/pkg-plist ============================================================================== --- head/emulators/fuse-utils/pkg-plist Fri Sep 27 10:10:29 2013 (r328450) +++ head/emulators/fuse-utils/pkg-plist Fri Sep 27 10:14:26 2013 (r328451) @@ -13,6 +13,22 @@ bin/snapconv %%AUDIOTOOLS%%bin/tape2wav bin/tapeconv bin/tzxlist +man/man1/createhdf.1.gz +man/man1/fmfconv.1.gz +man/man1/fuse-utils.1.gz +man/man1/listbasic.1.gz +man/man1/raw2hdf.1.gz +man/man1/rzxcheck.1.gz +man/man1/rzxdump.1.gz +man/man1/rzxtool.1.gz +man/man1/scl2trd.1.gz +man/man1/snap2tzx.1.gz +man/man1/snapconv.1.gz +man/man1/tapeconv.1.gz +man/man1/tzxlist.1.gz +man/man1/profile2map.1.gz +%%AUDIOTOOLS%%man/man1/audio2tape.1.gz +%%AUDIOTOOLS%%man/man1/tape2wav.1.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/README
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309271014.r8RAEQ5b095472>