aboutsummaryrefslogtreecommitdiffstats
path: root/irc/xchat/Makefile
diff options
context:
space:
mode:
authorjim <jim@FreeBSD.org>1999-08-12 15:55:42 +0800
committerjim <jim@FreeBSD.org>1999-08-12 15:55:42 +0800
commit85acf2a21d040fea54be61c43c182309137a2633 (patch)
tree0e7bdef0995a88902901ea8bc62c93604aa002d4 /irc/xchat/Makefile
parentd14bc9d9158fd9c909a2db46f7a46d38405e9806 (diff)
downloadfreebsd-ports-gnome-85acf2a21d040fea54be61c43c182309137a2633.tar.gz
freebsd-ports-gnome-85acf2a21d040fea54be61c43c182309137a2633.tar.zst
freebsd-ports-gnome-85acf2a21d040fea54be61c43c182309137a2633.zip
Updated to version 1.1.7
Diffstat (limited to 'irc/xchat/Makefile')
-rw-r--r--irc/xchat/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile
index 241447f89ea0..2706f24e7aa7 100644
--- a/irc/xchat/Makefile
+++ b/irc/xchat/Makefile
@@ -1,17 +1,17 @@
# New ports collection makefile for: xchat
-# Version required: 1.1.6
+# Version required: 1.1.7
# Date created: 17 Nov 1998
-# Whom: Jim Mock <jim@blues.ghis.net>
+# Whom: Jim Mock <jim@FreeBSD.org>
#
-# $Id: Makefile,v 1.19 1999/07/21 05:24:44 cpiazza Exp $
+# $Id: Makefile,v 1.20 1999/08/01 00:54:48 cpiazza Exp $
#
-DISTNAME= xchat-1.1.6
+DISTNAME= xchat-1.1.7
CATEGORIES= irc
MASTER_SITES= http://xchat.org/files/beta/ \
http://xchat.linuxpower.org/files/beta/
-MAINTAINER= jim@blues.ghis.net
+MAINTAINER= jim@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
@@ -40,9 +40,7 @@ CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
post-install:
@strip ${PREFIX}/bin/xchat
.if !defined(NOPORTDOCS)
- @${ECHO} "--------------------------------------------------------"
- @${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat"
- @${ECHO} "--------------------------------------------------------"
+ @${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat"
@${MKDIR} ${PREFIX}/share/doc/xchat && chmod a+rx ${PREFIX}/share/doc/xchat
@${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat