Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2013 16:51:38 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338138 - head/audio/lash
Message-ID:  <201312301651.rBUGpcba018169@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Dec 30 16:51:37 2013
New Revision: 338138
URL: http://svnweb.freebsd.org/changeset/ports/338138

Log:
  Stage support

Modified:
  head/audio/lash/Makefile

Modified: head/audio/lash/Makefile
==============================================================================
--- head/audio/lash/Makefile	Mon Dec 30 16:41:07 2013	(r338137)
+++ head/audio/lash/Makefile	Mon Dec 30 16:51:37 2013	(r338138)
@@ -21,7 +21,6 @@ OPTIONS_DEFINE=	READLINE DOCS
 OPTIONS_DEFAULT=READLINE
 
 USES=		gmake pathfix pkgconfig
-NO_STAGE=	yes
 USE_GNOME=	gtk20 libxml2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-alsa-midi
@@ -54,9 +53,9 @@ post-patch:
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	cd ${WRKSRC}/docs/lash-manual-html-one-page \
-		&& ${INSTALL_DATA} lash-manual.html ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/docs/lash-manual-html-one-page/lash-manual.html \
+		${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>



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