diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile index f4a51e4f535f..3329cfd859a3 100644 --- a/emulators/fuse/Makefile +++ b/emulators/fuse/Makefile @@ -23,14 +23,11 @@ CONFIGURE_ARGS+=--without-alsa --without-joystick 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:${PORTSDIR}/audio/libsamplerate 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 diff --git a/emulators/fuse/pkg-plist b/emulators/fuse/pkg-plist index 51799b4c8196..2471b61d500c 100644 --- a/emulators/fuse/pkg-plist +++ b/emulators/fuse/pkg-plist @@ -1,5 +1,6 @@ @comment $FreeBSD$ bin/fuse +man/man1/fuse.1.gz %%DATADIR%%/128-0.rom %%DATADIR%%/128-1.rom %%DATADIR%%/48.rom