summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorkefren <kefren@pkgsrc.org>2009-03-17 20:56:31 +0000
committerkefren <kefren@pkgsrc.org>2009-03-17 20:56:31 +0000
commit8f982b04c457679c074cc879854d2c103b2a7f43 (patch)
tree417d155ddcbfc1c7f7ee134bb9f2697e567f1d3e /lang
parent23e5440a508fb0531dc9636c7600adcbeddcb215 (diff)
downloadpkgsrc-8f982b04c457679c074cc879854d2c103b2a7f43.tar.gz
fix destdir build
bump PKGREVISION
Diffstat (limited to 'lang')
-rw-r--r--lang/mono-basic/Makefile11
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"