aboutsummaryrefslogtreecommitdiffstats
path: root/net/yaz/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/yaz/Makefile')
-rw-r--r--net/yaz/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile
index cf39bb6d83af..38e61a9767d8 100644
--- a/net/yaz/Makefile
+++ b/net/yaz/Makefile
@@ -31,10 +31,10 @@ MAN8= yaz-config.8 yaz-ztest.8
pre-install:
cd ${WRKSRC}/doc && \
- ${REINPLACE_CMD} -e 's,[$$]{datarootdir}/man,${TARGETDIR}/man,' \
+ ${REINPLACE_CMD} -e 's,[$$]{datarootdir}/man,${PREFIX}/man,' \
Makefile
cd ${WRKSRC}/ziffy && \
- ${REINPLACE_CMD} -e 's,[$$]{datarootdir}/man,${TARGETDIR}/man,' \
+ ${REINPLACE_CMD} -e 's,[$$]{datarootdir}/man,${PREFIX}/man,' \
Makefile
.include <bsd.port.mk>