svn commit: r328064 - head/multimedia/libdv
Baptiste Daroussin
bapt at FreeBSD.org
Mon Sep 23 21:42:47 UTC 2013
Author: bapt
Date: Mon Sep 23 21:42:46 2013
New Revision: 328064
URL: http://svnweb.freebsd.org/changeset/ports/328064
Log:
Fix packaging after conversion to stage
PR: ports/182334
Submitted by: "O. Hartmann" <ohartman at zedat.fu-berlin.de>
Modified:
head/multimedia/libdv/Makefile
Modified: head/multimedia/libdv/Makefile
==============================================================================
--- head/multimedia/libdv/Makefile Mon Sep 23 21:39:37 2013 (r328063)
+++ head/multimedia/libdv/Makefile Mon Sep 23 21:42:46 2013 (r328064)
@@ -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
More information about the svn-ports-all
mailing list