fix destdir build
bump PKGREVISION
This commit is contained in:
parent
4772b00f63
commit
e2a0e77be6
1 changed files with 7 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue