From 1a0f355976d0438c1fbc89227de34ba5c33fb266 Mon Sep 17 00:00:00 2001 From: Jim Mock Date: Wed, 3 Nov 1999 00:22:09 +0000 Subject: Update to version 1.3.6. This version is the first with python scripting support, however, it's temporarily disabled until it becomes less buggy (read: usable). --- irc/xchat-devel/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'irc/xchat-devel/Makefile') diff --git a/irc/xchat-devel/Makefile b/irc/xchat-devel/Makefile index cefb58881982..11a097fd593e 100644 --- a/irc/xchat-devel/Makefile +++ b/irc/xchat-devel/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xchat -# Version required: 1.3.5 +# Version required: 1.3.6 # Date created: 17 Nov 1998 # Whom: Jim Mock # # $FreeBSD$ # -DISTNAME= xchat-1.3.5 +DISTNAME= xchat-1.3.6 CATEGORIES= irc MASTER_SITES= http://xchat.org/files/v1.3/ \ http://xchat.linuxpower.org/files/v1.3/ @@ -26,7 +26,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-nls --disable-debug +CONFIGURE_ARGS= --disable-nls --disable-python .if defined(USE_GNOME) CONFIGURE_ARGS+= --enable-gnome @@ -41,6 +41,9 @@ CONFIGURE_ARGS+= --disable-gnome CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" +post-extract: + @(cd ${WRKSRC} && find . -exec ${TOUCH} {} \;) + post-install: @strip ${PREFIX}/bin/xchat .if !defined(NOPORTDOCS) -- cgit v1.2.3