diff options
author | taca <taca@pkgsrc.org> | 2022-11-11 14:07:17 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-11-11 14:07:17 +0000 |
commit | 4297ce98a388c92380278709312e8b59353e21e6 (patch) | |
tree | 6b4f0465df982800a92741638856f571de51dd6a /misc | |
parent | 2cfbe80d90c5b635a9bed5f098ec7003c1fbdcf7 (diff) | |
download | pkgsrc-4297ce98a388c92380278709312e8b59353e21e6.tar.gz |
misc/Makefile: add and enable ruby-manpages
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index 333ee85f443..1543aa387ff 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.572 2022/09/27 07:49:22 pin Exp $ +# $NetBSD: Makefile,v 1.573 2022/11/11 14:07:17 taca Exp $ # COMMENT= Miscellaneous utilities @@ -323,6 +323,7 @@ SUBDIR+= ruby-gem_plugin SUBDIR+= ruby-hashie SUBDIR+= ruby-launchy SUBDIR+= ruby-license-acceptance +SUBDIR+= ruby-manpages SUBDIR+= ruby-memoizable SUBDIR+= ruby-method_source SUBDIR+= ruby-mini_portile2 |