diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-31 00:51:37 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-31 00:51:37 +0800 |
commit | b55095ea169a59fa3592bcc975020775d7ad7d7e (patch) | |
tree | 60a69b120e3222eab3df1f22aaec15cf18aa59ab /audio | |
parent | 8f72552fb822bff164299f65ae52267fed0ecfb3 (diff) | |
download | freebsd-ports-gnome-b55095ea169a59fa3592bcc975020775d7ad7d7e.tar.gz freebsd-ports-gnome-b55095ea169a59fa3592bcc975020775d7ad7d7e.tar.zst freebsd-ports-gnome-b55095ea169a59fa3592bcc975020775d7ad7d7e.zip |
Stage support
Diffstat (limited to 'audio')
-rw-r--r-- | audio/lash/Makefile | 7 |
1 files 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 <bsd.port.mk> |