diff options
-rw-r--r-- | science/buddy/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/science/buddy/Makefile b/science/buddy/Makefile index 21e2a95eb750..d2c3ae2f0365 100644 --- a/science/buddy/Makefile +++ b/science/buddy/Makefile @@ -12,16 +12,13 @@ COMMENT= A Binary Decision Diagram library 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> |