Stage support

This commit is contained in:
Antoine Brodin 2013-12-30 16:51:37 +00:00
parent 7b86193785
commit 44dba9d9f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338138

View File

@ -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>