summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2002-11-05 21:55:21 +0000
committerOliver Braun <obraun@FreeBSD.org>2002-11-05 21:55:21 +0000
commitfba1cd9964e5bc4ae694933236944baa7a04a7e7 (patch)
treeaa2a3f71e559138dd3cbbbe1e1c357b46a5ce64f /x11-toolkits
parentAdd in a new patch file missed on initial commit. (diff)
Use PORTCOMMENT variable instead of pkg-comment file.
Notes
Notes: svn path=/head/; revision=69551
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/hs-frantk/Makefile1
-rw-r--r--x11-toolkits/hs-frantk/pkg-comment1
-rw-r--r--x11-toolkits/hs-gtk+hs/Makefile1
-rw-r--r--x11-toolkits/hs-gtk+hs/pkg-comment1
4 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/hs-frantk/Makefile b/x11-toolkits/hs-frantk/Makefile
index 25beb6eb98cc..a0158666aec4 100644
--- a/x11-toolkits/hs-frantk/Makefile
+++ b/x11-toolkits/hs-frantk/Makefile
@@ -8,6 +8,7 @@
PORTNAME= frantk
PORTVERSION= 1.1
PORTREVISION= 1
+PORTCOMMENT= A GUI library for Haskell on top of Tcl-Tk
CATEGORIES= x11-toolkits
MASTER_SITES= http://www.dcs.gla.ac.uk/~meurig/FranTk/
DISTNAME= FranTk${PORTVERSION:S/./_/}
diff --git a/x11-toolkits/hs-frantk/pkg-comment b/x11-toolkits/hs-frantk/pkg-comment
deleted file mode 100644
index ea5b2dd015c1..000000000000
--- a/x11-toolkits/hs-frantk/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A GUI library for Haskell on top of Tcl-Tk
diff --git a/x11-toolkits/hs-gtk+hs/Makefile b/x11-toolkits/hs-gtk+hs/Makefile
index 63dbd5b12134..d0c8168eb284 100644
--- a/x11-toolkits/hs-gtk+hs/Makefile
+++ b/x11-toolkits/hs-gtk+hs/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gtk+hs
PORTVERSION= 0.14.10
+PORTCOMMENT= A GTK+ Binding for Haskell
CATEGORIES= x11-toolkits
MASTER_SITES= http://www.cse.unsw.edu.au/~chak/haskell/gtk/
PKGNAMEPREFIX= hs-
diff --git a/x11-toolkits/hs-gtk+hs/pkg-comment b/x11-toolkits/hs-gtk+hs/pkg-comment
deleted file mode 100644
index 96ad5a2c2e13..000000000000
--- a/x11-toolkits/hs-gtk+hs/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A GTK+ Binding for Haskell