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 /www/evg | |
parent | Note that VNterm adheres to RFC 1456 (VISCII and VIQR encodings) (diff) |
Utilize DATADIR and DOCSDIR.
Diffstat (limited to 'www/evg')
-rw-r--r-- | www/evg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/evg/Makefile b/www/evg/Makefile index 9275c903de57..729553c2133f 100644 --- a/www/evg/Makefile +++ b/www/evg/Makefile @@ -35,7 +35,7 @@ do-install: @ ${INSTALL_SCRIPT} ${WRKSRC}/evg ${PREFIX}/bin .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/evg - @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/evg + @ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include <bsd.port.mk> |