diff options
Diffstat (limited to 'irc/xchat1/Makefile')
-rw-r--r-- | irc/xchat1/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile index 11a097f..d2e23f9 100644 --- a/irc/xchat1/Makefile +++ b/irc/xchat1/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xchat -# Version required: 1.3.6 +# Version required: 1.3.7 # Date created: 17 Nov 1998 # Whom: Jim Mock <jim@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= xchat-1.3.6 +DISTNAME= xchat-1.3.7 CATEGORIES= irc MASTER_SITES= http://xchat.org/files/v1.3/ \ http://xchat.linuxpower.org/files/v1.3/ @@ -41,9 +41,6 @@ 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) |