svn commit: r337565 - head/audio/Maaate

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 26 17:32:11 UTC 2013


Author: bapt
Date: Thu Dec 26 17:32:11 2013
New Revision: 337565
URL: http://svnweb.freebsd.org/changeset/ports/337565

Log:
  Support stage

Modified:
  head/audio/Maaate/Makefile

Modified: head/audio/Maaate/Makefile
==============================================================================
--- head/audio/Maaate/Makefile	Thu Dec 26 17:27:19 2013	(r337564)
+++ head/audio/Maaate/Makefile	Thu Dec 26 17:32:11 2013	(r337565)
@@ -10,7 +10,6 @@ MASTER_SITES=	SF/${PORTNAME:L}/${PORTNAM
 MAINTAINER=	saper at 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>


More information about the svn-ports-head mailing list