summaryrefslogtreecommitdiffstats
path: root/devel/flick/Makefile
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2001-12-24 02:17:17 +0000
committerpat <pat@FreeBSD.org>2001-12-24 02:17:17 +0000
commit7b58bb9dae47ea8f4187f1ca01d041c1deab5487 (patch)
tree438ff2856c8402cd6a8f17e494e72efbac6546bf /devel/flick/Makefile
parentd53c5acbf7b9968c33e74481b4e41ab6b1e0d413 (diff)
downloadFreeBSD-ports-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.zip
FreeBSD-ports-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.tar.gz
- PORTDOCS police
- DOCSDIR support to some - Brush out some lint
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 5c53063..6ca2bde 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>
OpenPOWER on IntegriCloud