summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-04-01 16:51:16 +0000
committerjperkin <jperkin@pkgsrc.org>2016-04-01 16:51:16 +0000
commitd3cdbb2dbb9b7aceda472717a676ac40982ed3c9 (patch)
tree05728ccb9a60b6deac7c87005a0fc06d8b66bbb8 /editors
parent7ff8df512e4cc8e3f972f3bfe86357c317bde3dc (diff)
downloadpkgsrc-d3cdbb2dbb9b7aceda472717a676ac40982ed3c9.tar.gz
Use PKGMANDIR.
Diffstat (limited to 'editors')
-rw-r--r--editors/sandy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/sandy/Makefile b/editors/sandy/Makefile
index 00ce42e15dc..7b0fecc98ab 100644
--- a/editors/sandy/Makefile
+++ b/editors/sandy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2015/08/17 17:11:22 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2016/04/01 16:51:16 jperkin Exp $
#
DISTNAME= sandy-0.4
@@ -18,7 +18,7 @@ SUBST_FILES.fix-paths= config.mk
SUBST_SED.fix-paths= -e 's,/usr/local,${PREFIX},g'
SUBST_SED.fix-paths+= -e 's,/usr/include,${BUILDLINK_PREFIX.ncursesw}/include,g'
SUBST_SED.fix-paths+= -e 's,/usr/lib,${BUILDLINK_PREFIX.ncursesw}/lib -Wl\,-R${BUILDLINK_PREFIX.ncursesw}/lib,g'
-SUBST_SED.fix-paths+= -e 's,share/man,man,g'
+SUBST_SED.fix-paths+= -e 's,share/man,${PKGMANDIR},g'
.include "../../devel/ncursesw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"