svn commit: r337905 - head/audio/ghostess

Antoine Brodin antoine at FreeBSD.org
Sat Dec 28 20:31:54 UTC 2013


Author: antoine
Date: Sat Dec 28 20:31:53 2013
New Revision: 337905
URL: http://svnweb.freebsd.org/changeset/ports/337905

Log:
  Stage support

Modified:
  head/audio/ghostess/Makefile

Modified: head/audio/ghostess/Makefile
==============================================================================
--- head/audio/ghostess/Makefile	Sat Dec 28 20:29:35 2013	(r337904)
+++ head/audio/ghostess/Makefile	Sat Dec 28 20:31:53 2013	(r337905)
@@ -24,14 +24,12 @@ LIB_DEPENDS=	libdssialsacompat.so:${PORT
 		libjack.so:${PORTSDIR}/audio/jack
 
 USE_BZIP2=	yes
-NO_STAGE=	yes
 USE_GNOME=	gtk20
 USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-jackmidi
 
-MAN1=		ghostess.1
-PLIST_FILES=	bin/ghostess bin/ghostess_universal_gui
+PLIST_FILES=	bin/ghostess bin/ghostess_universal_gui man/man1/ghostess.1.gz
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-head mailing list