aboutsummaryrefslogtreecommitdiff
path: root/audio/Maaate
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-26 17:32:11 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-26 17:32:11 +0000
commit0a4f83e15b995609caa5ff148e3ec3e2a729fe1d (patch)
treec487b56d03e3ec820e4126c29bb2243222d35dd0 /audio/Maaate
parent61c47bcd00c2c25a68c593d02e53ce384c157ec8 (diff)
downloadports-0a4f83e15b995609caa5ff148e3ec3e2a729fe1d.tar.gz
ports-0a4f83e15b995609caa5ff148e3ec3e2a729fe1d.zip
Support stage
Notes
Notes: svn path=/head/; revision=337565
Diffstat (limited to 'audio/Maaate')
-rw-r--r--audio/Maaate/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/Maaate/Makefile b/audio/Maaate/Makefile
index 41547717895d..3c72f10c828f 100644
--- a/audio/Maaate/Makefile
+++ b/audio/Maaate/Makefile
@@ -10,7 +10,6 @@ MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/${PORTNAME}-${PORTVERSION}.tar.gz
MAINTAINER= saper@saper.info
COMMENT= MPEG audio analysis toolkit
-NO_STAGE= yes
USES= gmake
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
@@ -21,11 +20,9 @@ post-patch:
s|(CCLD|(CXXLD|g' ${WRKSRC}/demos/Makefile.in
post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in API.html ChangeLog THANKS applications.html
- ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>