diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-07-15 08:21:18 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-07-15 08:21:18 +0000 |
commit | 927f19e6e804e8d9b5cebfdc2a80d0f93bfb03af (patch) | |
tree | 038452c8b7f86c19fe60a6fcd57fb277e2b9e5a0 /misc/quotes | |
parent | 9b943320add84cac772a870c068ed61a78f1f75e (diff) |
Notes
Diffstat (limited to 'misc/quotes')
-rw-r--r-- | misc/quotes/Makefile | 6 |
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> |