summaryrefslogtreecommitdiff
path: root/chat/gossip
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2003-09-02 09:04:33 +0000
committerxtraeme <xtraeme@pkgsrc.org>2003-09-02 09:04:33 +0000
commit1c1a5c5f6ef801c02e992c7ee299e7e12a455d51 (patch)
tree157a4207c5e1552a3cfc459fdc45fc9b4bccb87d /chat/gossip
parent6e66f316425efac46e5628c71c284a044dc3b9a9 (diff)
downloadpkgsrc-1c1a5c5f6ef801c02e992c7ee299e7e12a455d51.tar.gz
Remove trailing slash from DESCR, sort USE_* and buildlinks alphabetically.
Remove ${VER} noted by jmmv@
Diffstat (limited to 'chat/gossip')
-rw-r--r--chat/gossip/DESCR2
-rw-r--r--chat/gossip/Makefile16
2 files changed, 8 insertions, 10 deletions
diff --git a/chat/gossip/DESCR b/chat/gossip/DESCR
index 81cd73904c9..d2b905f861a 100644
--- a/chat/gossip/DESCR
+++ b/chat/gossip/DESCR
@@ -1,4 +1,4 @@
Gossip is a modern client for the Jabber Instant Messaging system.
-It aims at making Instant Messaging with Jabber as easy as possible,
+It aims at making Instant Messaging with Jabber as easy as possible,
while giving users of the GNOME desktop a user-friendly way of keeping
in touch with their friends.
diff --git a/chat/gossip/Makefile b/chat/gossip/Makefile
index d5efc2b47f6..ed68f5b6d25 100644
--- a/chat/gossip/Makefile
+++ b/chat/gossip/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2003/09/02 08:43:46 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2003/09/02 09:04:33 xtraeme Exp $
#
-DISTNAME= gossip-${VER}
+DISTNAME= gossip-0.5
CATEGORIES= chat
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gossip/${VER}/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gossip/0.5/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= xtraeme@NetBSD.org
@@ -14,19 +14,17 @@ DEPENDS= gnome2-dirs>=1.2:../../misc/gnome2-dirs
BUILD_USES_MSGFMT= yes
USE_BUILDLINK2= yes
-USE_PKGLOCALEDIR= yes
+USE_GMAKE= yes
USE_LIBTOOL= yes
+USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
-
-VER= 0.5
GCONF2_SCHEMAS= gossip.schemas
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-.include "../../devel/libgnomeui/buildlink2.mk"
+.include "../../converters/libiconv/buildlink2.mk"
.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../devel/libgnomeui/buildlink2.mk"
.include "../../devel/loudmouth/buildlink2.mk"
-.include "../../converters/libiconv/buildlink2.mk"
.include "../../devel/GConf2/schemas.mk"
.include "../../mk/bsd.pkg.mk"