aboutsummaryrefslogtreecommitdiff
path: root/devel/flick/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/flick/Makefile')
-rw-r--r--devel/flick/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/flick/Makefile b/devel/flick/Makefile
index 5c530636c218..6ca2bde6521d 100644
--- a/devel/flick/Makefile
+++ b/devel/flick/Makefile
@@ -19,9 +19,9 @@ MAKEFILE= GNUmakefile
post-install:
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/flick
- ${INSTALL_DATA} ${WRKSRC}/doc/guts/*.ps ${PREFIX}/share/doc/flick
- ${INSTALL_DATA} ${WRKSRC}/doc/usersguide/*.ps ${PREFIX}/share/doc/flick
+ @${MKDIR} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/doc/guts/*.ps ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/doc/usersguide/*.ps ${DOCSDIR}
.endif
.include <bsd.port.mk>