diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-06 21:55:22 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-06 21:55:22 +0000 |
commit | 825a101cb4ceb6504f771d8337a0b3bbac4c8b58 (patch) | |
tree | f611f209c2bd851e002ff8f18ca8a19ac1317c24 /devel | |
parent | 0a1445b6248271d6aa9fb5ccdf40ae4f92f8b561 (diff) | |
download | pkgsrc-825a101cb4ceb6504f771d8337a0b3bbac4c8b58.tar.gz |
Fix COMMENT.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-posix-spawn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-posix-spawn/Makefile b/devel/ruby-posix-spawn/Makefile index 9c62bff443c..676b9af52c5 100644 --- a/devel/ruby-posix-spawn/Makefile +++ b/devel/ruby-posix-spawn/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2012/05/21 12:18:04 obache Exp $ +# $NetBSD: Makefile,v 1.5 2012/06/06 21:55:22 dholland Exp $ DISTNAME= posix-spawn-0.3.6 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/github/albino -COMMENT= Ruby wrapper for the Pygments syntax highlighter +COMMENT= Ruby wrapper for the posix_spawn() system call LICENSE= mit |