aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2001-07-15 16:21:18 +0800
committerdemon <demon@FreeBSD.org>2001-07-15 16:21:18 +0800
commit3c5e5ff71b26161e9900ac6f0f910839185c9a3d (patch)
treefc1b9ed1e549a7a753cb6ba93f6a50eed0dd4099 /x11-fm
parent9873a450109992b511053a44689b661ec7565aeb (diff)
downloadfreebsd-ports-gnome-3c5e5ff71b26161e9900ac6f0f910839185c9a3d.tar.gz
freebsd-ports-gnome-3c5e5ff71b26161e9900ac6f0f910839185c9a3d.tar.zst
freebsd-ports-gnome-3c5e5ff71b26161e9900ac6f0f910839185c9a3d.zip
Utilize DATADIR and DOCSDIR.
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/xnc/Makefile4
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}