summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk-sharp/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2005-02-27 12:28:41 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2005-02-27 12:28:41 +0800
commita3de61fbc18c69eb887d810d7244437f6039904f (patch)
treec7b8de131fd44f41a4da0f76e39ec6a78851c104 /x11-toolkits/gtk-sharp/Makefile
parent1a7652996b64a0b64dca008afd35c8db629009e4 (diff)
downloadmarcuscom-ports-a3de61fbc18c69eb887d810d7244437f6039904f.tar.gz
marcuscom-ports-a3de61fbc18c69eb887d810d7244437f6039904f.tar.zst
marcuscom-ports-a3de61fbc18c69eb887d810d7244437f6039904f.zip
Update to 1.0.6, see details: http://www.go-mono.com/archive/1.0.6/
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Project by: BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3713 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk-sharp/Makefile')
-rw-r--r--x11-toolkits/gtk-sharp/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-toolkits/gtk-sharp/Makefile b/x11-toolkits/gtk-sharp/Makefile
index 5c8ba5f5f..54cdc65db 100644
--- a/x11-toolkits/gtk-sharp/Makefile
+++ b/x11-toolkits/gtk-sharp/Makefile
@@ -2,17 +2,16 @@
# Date created: 2003-01-01
# Whom: Juli Mallett
#
-# $Id: Makefile,v 1.1 2005-02-17 22:36:26 mezz Exp $
+# $Id: Makefile,v 1.2 2005-02-27 04:28:41 mezz Exp $
# $FreeBSD$
#
PORTNAME= gtk-sharp
-PORTVERSION= 1.0.4
-PORTREVISION= 3
+PORTVERSION= 1.0.6
CATEGORIES= x11-toolkits
MASTER_SITES= http://www.go-mono.com/archive/${PORTVERSION}/
-MAINTAINER= bsd-sharp-list@forge.novell.com
+MAINTAINER= coop9211@uidaho.edu
COMMENT= GTK+ and GNOME interfaces for the .NET runtime
BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
@@ -31,7 +30,7 @@ MAKE_ENV=MONO_SHARED_DIR=${WRKDIR}
post-patch:
@${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \
's|^#!/usr/bin/perl|#!${PERL}|'
- ${REINPLACE_CMD} -e 's|libgtkhtml-3.0|libgtkhtml-3.6|g' \
+ @${REINPLACE_CMD} -e 's|libgtkhtml-3.0|libgtkhtml-3.6|g' \
${WRKSRC}/configure
.include <bsd.port.mk>