summaryrefslogtreecommitdiff
path: root/devel/hs-popenhs
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-10 16:48:51 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-10 16:48:51 +0000
commitf0a1969d343f97cdb90a73adcff6a7a383fc9522 (patch)
treeeb25a1bb38a1d88bc48792c4bc3007a7580d627d /devel/hs-popenhs
parentForced commit to note that the previous revision also included patches (diff)
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
Diffstat (limited to 'devel/hs-popenhs')
-rw-r--r--devel/hs-popenhs/Makefile1
-rw-r--r--devel/hs-popenhs/pkg-comment1
2 files changed, 1 insertions, 1 deletions
diff --git a/devel/hs-popenhs/Makefile b/devel/hs-popenhs/Makefile
index 902ff4882cbc..8d2a4ab94c83 100644
--- a/devel/hs-popenhs/Makefile
+++ b/devel/hs-popenhs/Makefile
@@ -7,7 +7,6 @@
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
new file mode 100644
index 000000000000..0a191a2b841a
--- /dev/null
+++ b/devel/hs-popenhs/pkg-comment
@@ -0,0 +1 @@
+A popen-like library for Haskell