diff options
author | jim <jim@FreeBSD.org> | 1999-11-10 05:55:55 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 1999-11-10 05:55:55 +0800 |
commit | 4d338eeba920f102844bc8f4ea4936176a3fe32a (patch) | |
tree | c03c85ded72a688672a078ebe7bfca95819b8882 /irc/xchat2/Makefile | |
parent | ce95c63444ac59c5d825fd8be6baf37544c5dd05 (diff) | |
download | freebsd-ports-gnome-4d338eeba920f102844bc8f4ea4936176a3fe32a.tar.gz freebsd-ports-gnome-4d338eeba920f102844bc8f4ea4936176a3fe32a.tar.zst freebsd-ports-gnome-4d338eeba920f102844bc8f4ea4936176a3fe32a.zip |
Updated to version 1.3.7
Diffstat (limited to 'irc/xchat2/Makefile')
-rw-r--r-- | irc/xchat2/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index 11a097fd593e..d2e23f9aedd2 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/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) |