aboutsummaryrefslogtreecommitdiff
path: root/devel/perltidy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/perltidy/Makefile')
-rw-r--r--devel/perltidy/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/perltidy/Makefile b/devel/perltidy/Makefile
index ce633c861ace..3f67b41ad906 100644
--- a/devel/perltidy/Makefile
+++ b/devel/perltidy/Makefile
@@ -26,10 +26,10 @@ post-patch:
post-install:
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/perltidy
-.for file in perltidy perl2web tutorial
+ @${MKDIR} ${DOCSDIR}
+.for file in ChangeLog perl2web perltidy tutorial
.for ext in html txt
- ${CP} ${WRKSRC}/docs/${file}.${ext} ${PREFIX}/share/doc/perltidy/
+ ${INSTALL_DATA} ${WRKSRC}/docs/${file}.${ext} ${DOCSDIR}
.endfor
.endfor
.endif