summaryrefslogtreecommitdiff
path: root/misc/quotes
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2001-07-15 08:21:18 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2001-07-15 08:21:18 +0000
commit927f19e6e804e8d9b5cebfdc2a80d0f93bfb03af (patch)
tree038452c8b7f86c19fe60a6fcd57fb277e2b9e5a0 /misc/quotes
parentNote that VNterm adheres to RFC 1456 (VISCII and VIQR encodings) (diff)
Utilize DATADIR and DOCSDIR.
Notes
Notes: svn path=/head/; revision=45137
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 b7bce1bf820b..a6b161add5ed 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>