diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-04-01 11:42:16 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-04-01 11:42:16 +0000 |
commit | 0ee6c9ef7319ebf5dbafa132e5e7be8143c822e7 (patch) | |
tree | d34106f84b2d1dde3374b85da1ef9c07d2fb2a05 /lang | |
parent | 642fb650e849efaeea067dfd6cea1d5c7cc63936 (diff) | |
download | pkgsrc-0ee6c9ef7319ebf5dbafa132e5e7be8143c822e7.tar.gz |
Use PKGMANDIR.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mono-basic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/mono-basic/Makefile b/lang/mono-basic/Makefile index 3e696c948c7..c92f21dcdf0 100644 --- a/lang/mono-basic/Makefile +++ b/lang/mono-basic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2015/10/10 01:58:11 ryoon Exp $ +# $NetBSD: Makefile,v 1.28 2016/04/01 11:42:16 jperkin Exp $ DISTNAME= mono-basic-4.0.1 PKGREVISION= 1 @@ -28,7 +28,7 @@ SUBST_CLASSES+= fix-mandir SUBST_STAGE.fix-mandir= post-configure SUBST_MESSAGE.fix-mandir= Fixing man path SUBST_FILES.fix-mandir= build/config.make -SUBST_SED.fix-mandir= -e 's,share/man,man,' +SUBST_SED.fix-mandir= -e 's,share/man,${PKGMANDIR},' .include "../../lang/mono/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |