From aab2bda8cee8d4ce7a1ee54cdefecebb2049a9ef Mon Sep 17 00:00:00 2001 From: mezz Date: Tue, 12 Jul 2005 22:02:38 +0000 Subject: Fix the .so.0 -> .so, got bite by beagle when it can't find libsqlite.so.0. Bump the PORTREVISION. --- lang/mono/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lang') diff --git a/lang/mono/Makefile b/lang/mono/Makefile index d7a3e12..9c2c973 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -2,12 +2,13 @@ # Date created: 22 July 2002 # Whom: Yukihiro Nakai # -# $Id: Makefile,v 1.29 2005/07/07 05:52:45 tmclau02 Exp $ +# $Id: Makefile,v 1.30 2005/07/12 22:00:50 mezz7 Exp $ # $FreeBSD$ # PORTNAME= mono PORTVERSION= 1.1.8.2 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://www.go-mono.com/sources/mono-1.1/ @@ -59,6 +60,8 @@ USE_FAM= yes post-patch: @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' \ ${WRKSRC}/mono/metadata/assembly.c + @${REINPLACE_CMD} -e 's|.so.0|.so|g' \ + ${WRKSRC}/configure tests: build @${ECHO_MSG} "===> Running mono regression tests" -- cgit v1.1