svn commit: r328453 - head/emulators/fuse
Rene Ladan
rene at FreeBSD.org
Fri Sep 27 11:08:03 UTC 2013
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
More information about the svn-ports-head
mailing list