diff options
author | kefren <kefren> | 2009-03-17 20:56:31 +0000 |
---|---|---|
committer | kefren <kefren> | 2009-03-17 20:56:31 +0000 |
commit | b628425d5a404f7639931dd505b800e6765d20ac (patch) | |
tree | 417d155ddcbfc1c7f7ee134bb9f2697e567f1d3e /lang/mono-basic | |
parent | 611ce8fe3743554738d46421415cb6b05cc1fba5 (diff) | |
download | pkgsrc-b628425d5a404f7639931dd505b800e6765d20ac.tar.gz |
fix destdir build
bump PKGREVISION
Diffstat (limited to 'lang/mono-basic')
-rw-r--r-- | lang/mono-basic/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/lang/mono-basic/Makefile b/lang/mono-basic/Makefile index 600ef4c5bfe..606503b9a29 100644 --- a/lang/mono-basic/Makefile +++ b/lang/mono-basic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2009/03/04 17:49:04 ahoka Exp $ +# $NetBSD: Makefile,v 1.4 2009/03/17 20:56:31 kefren Exp $ DISTNAME= mono-basic-2.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang MASTER_SITES= http://ftp.novell.com/pub/mono/sources/mono-basic/ EXTRACT_SUFX= .tar.bz2 @@ -22,8 +22,11 @@ UNLIMIT_RESOURCES= datasize UNLIMIT_RESOURCES+= stacksize UNLIMIT_RESOURCES+= memorysize -post-configure: - echo "man_dir=${DESTDIR}${PREFIX}/${PKGMANDIR}" >> ${WRKSRC}/build/config.make +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,' .include "../../lang/mono/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |