diff options
author | rene <rene@FreeBSD.org> | 2013-09-27 19:08:02 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-09-27 19:08:02 +0800 |
commit | 58a3e25e5c1c0d6d7030faabdf5853260e6d9b5a (patch) | |
tree | 7b0e41aa25fdd26d357e51f62f1f2646759379aa /emulators | |
parent | ed83b399e08b627a1ea6fd2fd340b089b9bd11db (diff) | |
download | freebsd-ports-gnome-58a3e25e5c1c0d6d7030faabdf5853260e6d9b5a.tar.gz freebsd-ports-gnome-58a3e25e5c1c0d6d7030faabdf5853260e6d9b5a.tar.zst freebsd-ports-gnome-58a3e25e5c1c0d6d7030faabdf5853260e6d9b5a.zip |
Add staging support
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/fuse/Makefile | 9 | ||||
-rw-r--r-- | emulators/fuse/pkg-plist | 1 |
2 files changed, 4 insertions, 6 deletions
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 <bsd.port.options.mk> .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 <bsd.port.mk> 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 |