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 /x11-fm/xnc | |
parent | Note 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 'x11-fm/xnc')
-rw-r--r-- | x11-fm/xnc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/xnc/Makefile b/x11-fm/xnc/Makefile index 8238305d7a0b..f502d2761172 100644 --- a/x11-fm/xnc/Makefile +++ b/x11-fm/xnc/Makefile @@ -35,8 +35,8 @@ MAN1= es.1 ives.1 vs.1 xjpegroot.1 xnc.1 xnlaunch.1 post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/xnc - @${INSTALL_DATA} ${WRKSRC}/Docs/* ${PREFIX}/share/doc/xnc + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/Docs/* ${DOCSDIR} .endif @${CAT} ${PKGMESSAGE} |