diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-01-12 05:46:56 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-01-12 05:46:56 +0000 |
commit | c46f45e93725757323b7207700bf2e2cff7f2f64 (patch) | |
tree | 533a69c7e8ee3cc9cce5d2941a626563dd035aef /textproc/gtkdiff/Makefile | |
parent | Pass the "-b base" option when running cvsup, so it will work even (diff) |
Update to 1.0.2
PR: 16057
Submitted by: maintainer
Diffstat (limited to '')
-rw-r--r-- | textproc/gtkdiff/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/gtkdiff/Makefile b/textproc/gtkdiff/Makefile index fbfa98437bc2..6466353f6918 100644 --- a/textproc/gtkdiff/Makefile +++ b/textproc/gtkdiff/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gtkdiff -# Version required: 1.0.1 +# Version required: 1.0.2 # Date created: 17 November 1999 # Whom: Maxim Sobolev # # $FreeBSD$ # -DISTNAME= gtkdiff-1.0.1 +DISTNAME= gtkdiff-1.0.2 CATEGORIES= textproc gnome MASTER_SITES= http://www.ainet.or.jp/~inoue/software/gtkdiff/ @@ -23,4 +23,6 @@ CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \ USE_X_PREFIX= yes GNU_CONFIGURE= yes +MAN1= gtkdiff.1 + .include <bsd.port.mk> |