summaryrefslogtreecommitdiffstats
path: root/misc/quotes
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2001-07-15 08:21:18 +0000
committerdemon <demon@FreeBSD.org>2001-07-15 08:21:18 +0000
commit3c5e5ff71b26161e9900ac6f0f910839185c9a3d (patch)
treefc1b9ed1e549a7a753cb6ba93f6a50eed0dd4099 /misc/quotes
parent9873a450109992b511053a44689b661ec7565aeb (diff)
downloadFreeBSD-ports-3c5e5ff71b26161e9900ac6f0f910839185c9a3d.zip
FreeBSD-ports-3c5e5ff71b26161e9900ac6f0f910839185c9a3d.tar.gz
Utilize DATADIR and DOCSDIR.
Diffstat (limited to 'misc/quotes')
-rw-r--r--misc/quotes/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/quotes/Makefile b/misc/quotes/Makefile
index b7bce1b..a6b161a 100644
--- a/misc/quotes/Makefile
+++ b/misc/quotes/Makefile
@@ -28,9 +28,9 @@ do-install:
@ ${INSTALL_SCRIPT} ${WRKSRC}/quotesmailer ${PREFIX}/bin
@ ${INSTALL_DATA} ${WRKSRC}/sample.quotesrc ${PREFIX}/etc/quotesrc.sample
.if !defined(NOPORTDOCS)
- @ ${MKDIR} ${PREFIX}/share/doc/quotes
- @ ${INSTALL_DATA} ${WRKSRC}/quotes.txt ${PREFIX}/share/doc/quotes
- @ ${INSTALL_DATA} ${WRKSRC}/QuExample.pm ${PREFIX}/share/doc/quotes
+ @ ${MKDIR} ${DOCSDIR}
+ @ ${INSTALL_DATA} ${WRKSRC}/quotes.txt ${DOCSDIR}
+ @ ${INSTALL_DATA} ${WRKSRC}/QuExample.pm ${DOCSDIR}
.endif
.include <bsd.port.mk>
OpenPOWER on IntegriCloud