diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-10 16:48:51 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-10 16:48:51 +0000 |
commit | f0a1969d343f97cdb90a73adcff6a7a383fc9522 (patch) | |
tree | eb25a1bb38a1d88bc48792c4bc3007a7580d627d /devel/hs-popenhs | |
parent | Forced 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/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 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 |