diff options
author | clement <clement@FreeBSD.org> | 2004-03-03 20:26:51 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-03-03 20:26:51 +0800 |
commit | 6906f4f90f6a1ec85b511dbd6ad847cbd82db5f3 (patch) | |
tree | c0b7e1b38c83907f3a2e587d610bdc86062bf2cb /editors | |
parent | 3cb0f52a88c900fcad9605c51aef807e0f19d858 (diff) | |
download | freebsd-ports-gnome-6906f4f90f6a1ec85b511dbd6ad847cbd82db5f3.tar.gz freebsd-ports-gnome-6906f4f90f6a1ec85b511dbd6ad847cbd82db5f3.tar.zst freebsd-ports-gnome-6906f4f90f6a1ec85b511dbd6ad847cbd82db5f3.zip |
Fix build.
Reported by: kris
Another pointy hat to: me
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gxedit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/gxedit/Makefile b/editors/gxedit/Makefile index 532272787473..e3adfe1b0b34 100644 --- a/editors/gxedit/Makefile +++ b/editors/gxedit/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.23 PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://www.cyberspace.org/~elfguy00/ -DISTNAME= GXedit-${PORTVERSION} +DISTNAME= GXedit${PORTVERSION} MAINTAINER= dom@happygiraffe.net COMMENT= A simple GTK+ editor |