aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-21 01:58:34 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-21 01:58:34 +0000
commite9a7e7ace1cda87759a7404774cbf297f0385ec6 (patch)
tree2c1390ca6684bd83795039c6cd779fcabac89757 /science
parente70d3b8c14ab107b68656ea418a5f6629c3f27fb (diff)
downloadports-e9a7e7ace1cda87759a7404774cbf297f0385ec6.tar.gz
ports-e9a7e7ace1cda87759a7404774cbf297f0385ec6.zip
Notes
Diffstat (limited to 'science')
-rw-r--r--science/buddy/Makefile9
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>