From 44dba9d9f552e7a9fe21edf5c3b42285c134831e Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Mon, 30 Dec 2013 16:51:37 +0000 Subject: [PATCH] Stage support --- audio/lash/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/audio/lash/Makefile b/audio/lash/Makefile index d8d779c0e20e..5db7f0e42a6d 100644 --- a/audio/lash/Makefile +++ b/audio/lash/Makefile @@ -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