aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-24 19:17:43 +0800
committerbapt <bapt@FreeBSD.org>2013-09-24 19:17:43 +0800
commitcf5014cb58dc7b830726fa6d4f6dd141f0b106e0 (patch)
tree7b781e27676d46b57ff6a89ba4952e3265f63920 /graphics
parent974aebe125adebebae8feb48ee9b923f8eb860c4 (diff)
downloadfreebsd-ports-gnome-cf5014cb58dc7b830726fa6d4f6dd141f0b106e0.tar.gz
freebsd-ports-gnome-cf5014cb58dc7b830726fa6d4f6dd141f0b106e0.tar.zst
freebsd-ports-gnome-cf5014cb58dc7b830726fa6d4f6dd141f0b106e0.zip
Fix after stage conversion
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libpuzzle/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libpuzzle/Makefile b/graphics/libpuzzle/Makefile
index 244c23dbbf93..8c0541e2febc 100644
--- a/graphics/libpuzzle/Makefile
+++ b/graphics/libpuzzle/Makefile
@@ -23,7 +23,7 @@ PORTDOCS= AUTHORS NEWS README THANKS
post-install:
.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.endif