Index: head/emulators/fuse-utils/Makefile =================================================================== --- head/emulators/fuse-utils/Makefile (revision 328450) +++ head/emulators/fuse-utils/Makefile (revision 328451) @@ -1,58 +1,52 @@ # Created by: rene # $FreeBSD$ PORTNAME= fuse-utils PORTVERSION= 1.1.1 CATEGORIES= emulators MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION} MAINTAINER= rene@FreeBSD.org COMMENT= Utilities from the Free Unix Spectrum Emulator LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= pkgconfig LIB_DEPENDS= libspectrum.so:${PORTSDIR}/emulators/libspectrum 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 .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 " .endif # FIXME no way to specify ffmpeg1 paths to configure script #.if ${PORT_OPTIONS:MFFMPEG} #LIB_DEPENDS+= libavformat1.so:${PORTSDIR}/multimedia/ffmpeg1 #CONFIGURE_ARGS+=--with-ffmpeg #.else 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 Index: head/emulators/fuse-utils/pkg-plist =================================================================== --- head/emulators/fuse-utils/pkg-plist (revision 328450) +++ head/emulators/fuse-utils/pkg-plist (revision 328451) @@ -1,19 +1,35 @@ %%AUDIOTOOLS%%bin/audio2tape bin/createhdf bin/fmfconv bin/listbasic bin/profile2map bin/raw2hdf bin/rzxcheck bin/rzxdump bin/rzxtool bin/scl2trd bin/snap2tzx 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 %%PORTDOCS%%@dirrm %%DOCSDIR%%