diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 21:54:47 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 21:54:47 +0000 |
commit | 37c0ef8e3bc1afeab57f1c4f837b3c0031db633a (patch) | |
tree | d111af8805f53a860dcffea8daeb8e9837238499 /textproc/gtkdiff | |
parent | f7e02694169756b47f76eb898606fb4b51b87123 (diff) | |
download | ports-37c0ef8e3bc1afeab57f1c4f837b3c0031db633a.tar.gz ports-37c0ef8e3bc1afeab57f1c4f837b3c0031db633a.zip |
Notes
Diffstat (limited to 'textproc/gtkdiff')
-rw-r--r-- | textproc/gtkdiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/gtkdiff/Makefile b/textproc/gtkdiff/Makefile index 6466353f6918..5d8d9b7f414f 100644 --- a/textproc/gtkdiff/Makefile +++ b/textproc/gtkdiff/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gtkdiff -# Version required: 1.0.2 # Date created: 17 November 1999 # Whom: Maxim Sobolev # # $FreeBSD$ # -DISTNAME= gtkdiff-1.0.2 +PORTNAME= gtkdiff +PORTVERSION= 1.0.2 CATEGORIES= textproc gnome MASTER_SITES= http://www.ainet.or.jp/~inoue/software/gtkdiff/ |