diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-28 20:30:51 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-28 20:30:51 +0000 |
commit | 20e5c4a48287b1dc964693d3210d18be06278504 (patch) | |
tree | a111acbe6ec1d2091885ddf54a658572a072418d /x11/gnome-terminal | |
parent | 853e9efdda4d317226f85b3042843a24bcebb2d0 (diff) |
Notes
Diffstat (limited to 'x11/gnome-terminal')
-rw-r--r-- | x11/gnome-terminal/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile index a8578865b0f7..d4f5d5832400 100644 --- a/x11/gnome-terminal/Makefile +++ b/x11/gnome-terminal/Makefile @@ -6,12 +6,11 @@ # $MCom: ports/x11/gnometerminal/Makefile,v 1.69 2006/04/13 07:52:41 bland Exp $ # -PORTNAME= gnometerminal +PORTNAME= gnome-terminal PORTVERSION= 2.14.1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-terminal/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= gnome-terminal-${PORTVERSION} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org |