diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-07-09 07:23:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-07-09 07:23:54 +0000 |
commit | ed14acec672463ae343764ba1684210396b82bdf (patch) | |
tree | f871503fde74fd1b225d8d9b09cc6d7831692361 /net-im/gossip/Makefile | |
parent | 6a2e274f93cc01419afd7af2eedfd908c267526f (diff) |
Notes
Diffstat (limited to 'net-im/gossip/Makefile')
-rw-r--r-- | net-im/gossip/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/gossip/Makefile b/net-im/gossip/Makefile index cbf23934e1ad..69020bcef7c7 100644 --- a/net-im/gossip/Makefile +++ b/net-im/gossip/Makefile @@ -6,11 +6,10 @@ # PORTNAME= gossip -PORTVERSION= 0.11.2 -PORTREVISION= 1 +PORTVERSION= 0.12 CATEGORIES= net-im gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.11 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org |