aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/gtkdiff
diff options
context:
space:
mode:
authorbeech <beech@FreeBSD.org>2007-06-13 15:43:56 +0800
committerbeech <beech@FreeBSD.org>2007-06-13 15:43:56 +0800
commitca372ae2a62f0a4480489e053848a6767d722d2b (patch)
treedd2f92339471cdd480b0f3e82aa97c45127dbd09 /textproc/gtkdiff
parent0bc01b2aed55e8d81bb0c15cfa2b8814b061a7ea (diff)
downloadfreebsd-ports-gnome-ca372ae2a62f0a4480489e053848a6767d722d2b.tar.gz
freebsd-ports-gnome-ca372ae2a62f0a4480489e053848a6767d722d2b.tar.zst
freebsd-ports-gnome-ca372ae2a62f0a4480489e053848a6767d722d2b.zip
- Remove USE_X_PREFIX
- Change MASTER_SITES - Minor fixes Approved by: sat (mentor)
Diffstat (limited to 'textproc/gtkdiff')
-rw-r--r--textproc/gtkdiff/Makefile7
-rw-r--r--textproc/gtkdiff/pkg-descr5
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/gtkdiff/Makefile b/textproc/gtkdiff/Makefile
index 1fd871469f5a..391ab0f56698 100644
--- a/textproc/gtkdiff/Makefile
+++ b/textproc/gtkdiff/Makefile
@@ -9,13 +9,12 @@ PORTNAME= gtkdiff
PORTVERSION= 1.8.0
PORTREVISION= 3
CATEGORIES= textproc gnome
-MASTER_SITES= LOCAL/beech
+MASTER_SITES= TUCOWS
MAINTAINER= beech@FreeBSD.org
-COMMENT= A frontend program for diff(1) written for GNOME
+COMMENT= A frontend for diff(1)
-USE_X_PREFIX= yes
-USE_GNOME= gnomehack gnomeprefix gnomelibs
+USE_GNOME= gnomehack gnomeprefix gnomelibs
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/textproc/gtkdiff/pkg-descr b/textproc/gtkdiff/pkg-descr
index e99cbce536b1..e852bdc5dbc3 100644
--- a/textproc/gtkdiff/pkg-descr
+++ b/textproc/gtkdiff/pkg-descr
@@ -1,4 +1,5 @@
-gtkdiff is a frontend program for diff. It's written with GTK+ and
+gtkdiff is a frontend for diff. It's written with GTK+ and
requires GNOME.
-WWW: http://home.catv.ne.jp/pp/ginoue/software/gtkdiff/
+WWW: http://directory.fsf.org/gtkdiff.html
+Author: INOUE Seiichiro <inoue@ainet.or.jp>