diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-11-05 21:55:21 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-11-05 21:55:21 +0000 |
commit | fba1cd9964e5bc4ae694933236944baa7a04a7e7 (patch) | |
tree | aa2a3f71e559138dd3cbbbe1e1c357b46a5ce64f /devel/hs-popenhs | |
parent | cc51f62cdf1753c914e667d9415880b78afcf30f (diff) |
Notes
Diffstat (limited to 'devel/hs-popenhs')
-rw-r--r-- | devel/hs-popenhs/Makefile | 1 | ||||
-rw-r--r-- | devel/hs-popenhs/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/devel/hs-popenhs/Makefile b/devel/hs-popenhs/Makefile index 8d2a4ab94c83..902ff4882cbc 100644 --- a/devel/hs-popenhs/Makefile +++ b/devel/hs-popenhs/Makefile @@ -7,6 +7,7 @@ PORTNAME= popenhs PORTVERSION= 1.00.0 +PORTCOMMENT= A popen-like library for Haskell CATEGORIES= devel MASTER_SITES= http://www.haskell.org/~petersen/haskell/popenhs/ PKGNAMEPREFIX= hs- diff --git a/devel/hs-popenhs/pkg-comment b/devel/hs-popenhs/pkg-comment deleted file mode 100644 index 0a191a2b841a..000000000000 --- a/devel/hs-popenhs/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A popen-like library for Haskell |