diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gedit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index de1b61f7e..7e729f993 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/editors/gedit/Makefile,v 1.79 2008/03/15 19:59:30 ahze Exp $ +# $MCom: ports/editors/gedit/Makefile,v 1.81 2008/05/15 02:05:17 marcus Exp $ # PORTNAME= gedit PORTVERSION= 2.23.1 +PORTREVISION= 1 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} |