aboutsummaryrefslogtreecommitdiff
path: root/misc/quotes/Makefile
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/Makefile
parent9b943320add84cac772a870c068ed61a78f1f75e (diff)
downloadports-927f19e6e804e8d9b5cebfdc2a80d0f93bfb03af.tar.gz
ports-927f19e6e804e8d9b5cebfdc2a80d0f93bfb03af.zip
Notes
Diffstat (limited to 'misc/quotes/Makefile')
-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>