svn commit: r338138 - head/audio/lash

Antoine Brodin antoine at FreeBSD.org
Mon Dec 30 16:51:38 UTC 2013


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>


More information about the svn-ports-head mailing list