svn commit: r344665 - head/audio/bristol

Martin Wilke miwi at FreeBSD.org
Mon Feb 17 06:52:41 UTC 2014


Author: miwi
Date: Mon Feb 17 06:52:40 2014
New Revision: 344665
URL: http://svnweb.freebsd.org/changeset/ports/344665
QAT: https://qat.redports.org/buildarchive/r344665/

Log:
  - Stage support

Modified:
  head/audio/bristol/Makefile
  head/audio/bristol/pkg-plist

Modified: head/audio/bristol/Makefile
==============================================================================
--- head/audio/bristol/Makefile	Mon Feb 17 06:52:17 2014	(r344664)
+++ head/audio/bristol/Makefile	Mon Feb 17 06:52:40 2014	(r344665)
@@ -14,7 +14,6 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libjack.so:${PORTSDIR}/audio/jack \
 		libfluidsynth.so:${PORTSDIR}/audio/fluidsynth
 
-NO_STAGE=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 USE_QT_VER=	4
@@ -25,10 +24,6 @@ CONFIGURE_ARGS+=	--disable-alsa --enable
 			--enable-jack-default-midi \
 			--disable-version-check
 
-
-MAN1=		bristol.1 bristoljackstats.1
-MLINKS=		bristol.1 brighton.1 bristol.1 startBristol.1
-
 PORTDATA=	*
 
 .include <bsd.port.mk>

Modified: head/audio/bristol/pkg-plist
==============================================================================
--- head/audio/bristol/pkg-plist	Mon Feb 17 06:52:17 2014	(r344664)
+++ head/audio/bristol/pkg-plist	Mon Feb 17 06:52:40 2014	(r344665)
@@ -30,3 +30,7 @@ lib/libC11.so.0
 lib/libC11.so
 lib/libC11.la
 lib/libC11.a
+man/man1/brighton.1.gz
+man/man1/bristol.1.gz
+man/man1/bristoljackstats.1.gz
+man/man1/startBristol.1.gz


More information about the svn-ports-head mailing list