aboutsummaryrefslogtreecommitdiffstats
path: root/net/udpcast
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-12-13 21:37:53 +0800
committerkrion <krion@FreeBSD.org>2004-12-13 21:37:53 +0800
commitc8e80aae030caa11ee594ad017ef49d10f8a2155 (patch)
treed3250f5d9d380ae73d59f8ea5e3e626982d85092 /net/udpcast
parent4a48fd0bf5c1cf4cf5d31ceeec81a12bc41ba2cc (diff)
downloadfreebsd-ports-gnome-c8e80aae030caa11ee594ad017ef49d10f8a2155.tar.gz
freebsd-ports-gnome-c8e80aae030caa11ee594ad017ef49d10f8a2155.tar.zst
freebsd-ports-gnome-c8e80aae030caa11ee594ad017ef49d10f8a2155.zip
Add DOCSDIR and fix pkg-plist.
Diffstat (limited to 'net/udpcast')
-rw-r--r--net/udpcast/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/udpcast/Makefile b/net/udpcast/Makefile
index a2f569941a46..13d2ffab7400 100644
--- a/net/udpcast/Makefile
+++ b/net/udpcast/Makefile
@@ -46,6 +46,7 @@ do-configure:
do-install:
.ifndef(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
. for file in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
. endfor