diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-27 06:33:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-27 06:33:29 +0800 |
commit | 411f73df3d07c1fcca670fe0166c962333c75503 (patch) | |
tree | 1f980440c0372e9159029cf2999f5e01a186b20f /x11/gnome-applets/Makefile | |
parent | 9024915b87a7c2d5595d46e3398e28a69b08d73e (diff) | |
download | marcuscom-ports-411f73df3d07c1fcca670fe0166c962333c75503.tar marcuscom-ports-411f73df3d07c1fcca670fe0166c962333c75503.tar.gz marcuscom-ports-411f73df3d07c1fcca670fe0166c962333c75503.tar.bz2 marcuscom-ports-411f73df3d07c1fcca670fe0166c962333c75503.tar.lz marcuscom-ports-411f73df3d07c1fcca670fe0166c962333c75503.tar.xz marcuscom-ports-411f73df3d07c1fcca670fe0166c962333c75503.tar.zst marcuscom-ports-411f73df3d07c1fcca670fe0166c962333c75503.zip |
Fix the invest-applet.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6830 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-applets/Makefile')
-rw-r--r-- | x11/gnome-applets/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index f389f28d7..675bf9021 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-applets/Makefile,v 1.127 2006/07/26 06:00:10 marcus Exp $ +# $MCom: ports/x11/gnome-applets/Makefile,v 1.128 2006/07/26 21:36:26 ahze Exp $ # PORTNAME= gnome-applets PORTVERSION= 2.15.2 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} |