aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-12-29 17:41:51 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-12-29 17:41:51 +0800
commita3e6749d19f810187f893397d19a718938a5638f (patch)
tree0e738fd4c617e20bdc1c98043f576925f62899c8
parentc6217d1da0414871e90495867c8d813d3bf069ef (diff)
downloadfreebsd-ports-gnome-a3e6749d19f810187f893397d19a718938a5638f.tar.gz
freebsd-ports-gnome-a3e6749d19f810187f893397d19a718938a5638f.tar.zst
freebsd-ports-gnome-a3e6749d19f810187f893397d19a718938a5638f.zip
- Switch to options helpers
-rw-r--r--multimedia/camserv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/camserv/Makefile b/multimedia/camserv/Makefile
index a6b8e469366c..e3ebf9f8f5fe 100644
--- a/multimedia/camserv/Makefile
+++ b/multimedia/camserv/Makefile
@@ -42,7 +42,7 @@ post-patch:
'/^CFLAGS/s|-g||' ${WRKSRC}/${i}
.endfor
-post-install:
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} README javascript.txt \
${STAGEDIR}${DOCSDIR})