Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 2014 10:43:17 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345619 - head/audio/ruby-audiofile
Message-ID:  <201402221043.s1MAhHlt095764@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sat Feb 22 10:43:17 2014
New Revision: 345619
URL: http://svnweb.freebsd.org/changeset/ports/345619
QAT: https://qat.redports.org/buildarchive/r345619/

Log:
  - Stage support

Modified:
  head/audio/ruby-audiofile/Makefile

Modified: head/audio/ruby-audiofile/Makefile
==============================================================================
--- head/audio/ruby-audiofile/Makefile	Sat Feb 22 10:42:17 2014	(r345618)
+++ head/audio/ruby-audiofile/Makefile	Sat Feb 22 10:43:17 2014	(r345619)
@@ -17,7 +17,6 @@ COMMENT=	A Ruby binding to the audiofile
 LIB_DEPENDS=	libaudiofile.so:${PORTSDIR}/audio/libaudiofile
 
 USE_RUBY=	yes
-NO_STAGE=	yes
 USE_RUBY_EXTCONF=	yes
 
 CDDB_DISTNAME=	cddb-0.2
@@ -33,12 +32,10 @@ post-patch:
 		${CDDB_WRKSRC}/wavcddb
 
 post-install:
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${RUBY_MODEXAMPLESDIR}/cddb
-	${INSTALL_DATA} ${WRKSRC}/test.rb ${RUBY_MODEXAMPLESDIR}/
-	${INSTALL_DATA} ${CDDB_WRKSRC}/* ${RUBY_MODEXAMPLESDIR}/cddb/
-	${MKDIR} ${RUBY_MODDOCDIR}
-	${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${RUBY_MODDOCDIR}/
-.endif
+	${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/cddb
+	${INSTALL_DATA} ${WRKSRC}/test.rb ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/
+	${INSTALL_DATA} ${CDDB_WRKSRC}/* ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/cddb/
+	${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}
+	${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${RUBY_MODDOCDIR}/
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402221043.s1MAhHlt095764>