summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-01 23:58:37 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-01 23:58:37 +0000
commit2223e8a2de8a97962b1e0cfc7acefeae972804ac (patch)
tree0348305694a63e0f8a58842847e90f99b3181fea
parent8ec39b78e81d70bd130d434be98381d0248f462b (diff)
downloadfreebsd-ports-2223e8a2de8a97962b1e0cfc7acefeae972804ac.zip
- Switch to options helpers
-rw-r--r--devel/fastcrc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/fastcrc/Makefile b/devel/fastcrc/Makefile
index 58bb1029e9fb..7e61115f5276 100644
--- a/devel/fastcrc/Makefile
+++ b/devel/fastcrc/Makefile
@@ -28,6 +28,8 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/libfcrc.so.1 ${STAGEDIR}${PREFIX}/lib
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfcrc.so.1
${LN} -fs libfcrc.so.1 ${STAGEDIR}${PREFIX}/lib/libfcrc.so
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/index.html ${STAGEDIR}${DOCSDIR}