aboutsummaryrefslogtreecommitdiff
path: root/textproc/gtkdiff
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2007-06-13 07:43:56 +0000
committerBeech Rintoul <beech@FreeBSD.org>2007-06-13 07:43:56 +0000
commitfbd7a846f45d8c8c03824d3c3f604040080c6071 (patch)
treec726a924ab22ed67be64afbe1e032d65e0cc848b /textproc/gtkdiff
parent793b2b60ce64d4c0f56fcb5d6e8ccba949b50b2d (diff)
downloadports-fbd7a846f45d8c8c03824d3c3f604040080c6071.tar.gz
ports-fbd7a846f45d8c8c03824d3c3f604040080c6071.zip
- Remove USE_X_PREFIX
- Change MASTER_SITES - Minor fixes Approved by: sat (mentor)
Notes
Notes: svn path=/head/; revision=193383
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>