Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
H
HardenedBSD-pkg
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
10440
Issues
Patches
Jobs
Commits
›
2268cc8f0b856159aec3c2fac5ef45011c47fa96
tell the Makefile to build the manpage
Eitan
committed
15 years ago
commit 2268cc8f0b856159aec3c2fac5ef45011c47fa96
parent
8d808efc3eb09b6ed8028c85377c56037281c2f2
1 file changed
+1
-1
modified
pkg/Makefile
@@ -15,6 +15,6 @@ LDADD+= -L../libpkg \
-lpkgng \
-lutil
WARNS?= 6
-
NO_MAN= true
+
MAN= pkg.1
.include <bsd.prog.mk>