From owner-svn-ports-head@FreeBSD.ORG Mon Dec 30 16:51:38 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4454B632; Mon, 30 Dec 2013 16:51:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2FF121CA5; Mon, 30 Dec 2013 16:51:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBUGpcWB018170; Mon, 30 Dec 2013 16:51:38 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBUGpcba018169; Mon, 30 Dec 2013 16:51:38 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201312301651.rBUGpcba018169@svn.freebsd.org> From: Antoine Brodin Date: Mon, 30 Dec 2013 16:51:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338138 - head/audio/lash X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Dec 2013 16:51:38 -0000 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