summaryrefslogtreecommitdiff
path: root/mbone/udpcast
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-12-13 13:37:53 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-12-13 13:37:53 +0000
commit4649ff8277ac83e53116e92a5e02a08cf509257c (patch)
tree34e501aeedb3668e1d8c20c1d5d1857ee10e14ef /mbone/udpcast
parento Update to 1.0.2. (diff)
Add DOCSDIR and fix pkg-plist.
Notes
Notes: svn path=/head/; revision=123931
Diffstat (limited to 'mbone/udpcast')
-rw-r--r--mbone/udpcast/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbone/udpcast/Makefile b/mbone/udpcast/Makefile
index a2f569941a46..13d2ffab7400 100644
--- a/mbone/udpcast/Makefile
+++ b/mbone/udpcast/Makefile
@@ -46,6 +46,7 @@ do-configure:
do-install:
.ifndef(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
. for file in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
. endfor