diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-04-01 16:51:16 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-04-01 16:51:16 +0000 |
commit | d4a1a443fa62b02c2c1a818dd0a085046e71c979 (patch) | |
tree | 05728ccb9a60b6deac7c87005a0fc06d8b66bbb8 /editors | |
parent | 0dded85fa2cfc9c51893956473db2246a263926e (diff) | |
download | pkgsrc-d4a1a443fa62b02c2c1a818dd0a085046e71c979.tar.gz |
Use PKGMANDIR.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/sandy/Makefile | 4 |
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" |