diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-09-02 09:04:33 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-09-02 09:04:33 +0000 |
commit | 48f0b3c708d80b18711167aeebe6ab2eb0526bd6 (patch) | |
tree | 157a4207c5e1552a3cfc459fdc45fc9b4bccb87d /chat | |
parent | d3a21e77779328b5efd4a65553f9c1d1b0bc2120 (diff) | |
download | pkgsrc-48f0b3c708d80b18711167aeebe6ab2eb0526bd6.tar.gz |
Remove trailing slash from DESCR, sort USE_* and buildlinks alphabetically.
Remove ${VER} noted by jmmv@
Diffstat (limited to 'chat')
-rw-r--r-- | chat/gossip/DESCR | 2 | ||||
-rw-r--r-- | chat/gossip/Makefile | 16 |
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" |