diff options
author | obraun <obraun@FreeBSD.org> | 2002-11-06 05:55:21 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-11-06 05:55:21 +0800 |
commit | 999ee2ab67119c436779b378d58e8d68eeb329a1 (patch) | |
tree | 933a12be38d2e5497d6b7cb45c7e430b5d45cde4 /x11-toolkits | |
parent | 3a61a8b6252a6a3450f063547fbf3b200d1cfdca (diff) | |
download | freebsd-ports-gnome-999ee2ab67119c436779b378d58e8d68eeb329a1.tar.gz freebsd-ports-gnome-999ee2ab67119c436779b378d58e8d68eeb329a1.tar.zst freebsd-ports-gnome-999ee2ab67119c436779b378d58e8d68eeb329a1.zip |
Use PORTCOMMENT variable instead of pkg-comment file.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/hs-frantk/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/hs-frantk/pkg-comment | 1 | ||||
-rw-r--r-- | x11-toolkits/hs-gtk+hs/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/hs-gtk+hs/pkg-comment | 1 |
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 |