diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-24 05:42:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-24 05:42:46 +0800 |
commit | 5b3db33d25149c917841226fb386aa3f9eda3b29 (patch) | |
tree | 730a207eaa1ec2fbf713f72a07877644a82f957f /multimedia | |
parent | 21f8b06572458d57d070d3d5bab6e4611e5d69a7 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |