aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-24 05:42:46 +0800
committerbapt <bapt@FreeBSD.org>2013-09-24 05:42:46 +0800
commit5b3db33d25149c917841226fb386aa3f9eda3b29 (patch)
tree730a207eaa1ec2fbf713f72a07877644a82f957f /multimedia
parent21f8b06572458d57d070d3d5bab6e4611e5d69a7 (diff)
downloadfreebsd-ports-gnome-5b3db33d25149c917841226fb386aa3f9eda3b29.tar.gz
freebsd-ports-gnome-5b3db33d25149c917841226fb386aa3f9eda3b29.tar.zst
freebsd-ports-gnome-5b3db33d25149c917841226fb386aa3f9eda3b29.zip
Fix packaging after conversion to stage
PR: ports/182334 Submitted by: "O. Hartmann" <ohartman@zedat.fu-berlin.de>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libdv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libdv/Makefile b/multimedia/libdv/Makefile
index ffb801bea5df..e931f224d55b 100644
--- a/multimedia/libdv/Makefile
+++ b/multimedia/libdv/Makefile
@@ -58,7 +58,7 @@ post-patch:
post-install:
.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for doc in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
.endfor