svn commit: r345301 - head/science/buddy

Martin Wilke miwi at FreeBSD.org
Fri Feb 21 01:58:35 UTC 2014


Author: miwi
Date: Fri Feb 21 01:58:34 2014
New Revision: 345301
URL: http://svnweb.freebsd.org/changeset/ports/345301
QAT: https://qat.redports.org/buildarchive/r345301/

Log:
  - Stage support
  - Convert USE_GMAKE to USES

Modified:
  head/science/buddy/Makefile

Modified: head/science/buddy/Makefile
==============================================================================
--- head/science/buddy/Makefile	Fri Feb 21 01:58:18 2014	(r345300)
+++ head/science/buddy/Makefile	Fri Feb 21 01:58:34 2014	(r345301)
@@ -12,16 +12,13 @@ COMMENT=	A Binary Decision Diagram libra
 
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 USE_LDCONFIG=	yes
 
 DOCS=		doc/bddnotes.ps doc/buddy.ps doc/tech.txt README AUTHORS
 
-NO_STAGE=	yes
 post-install:
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
-.endif
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list