Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Just check @dirrm (@dirrmtry will automatically match, this also matches @dirrm\t and fixes gtkhx port
Baptiste Daroussin committed 14 years ago
commit 566a4b1995c567366c21fda2a91335208e769eea
parent b5dccba41f62d4b8d87e254cdf12dfe798dfaeb3
1 file changed +2 -1
modified libpkg/pkg_ports.c
@@ -179,7 +179,8 @@ ports_parse_plist(struct pkg *pkg, char *plist)

				free(cmd);

-
			} else if (STARTS_WITH(plist_p, "@dirrm ") || STARTS_WITH(plist_p, "@dirrmtry ")) {
+
			} else if (STARTS_WITH(plist_p, "@dirrm")) {
+
				/* dirrm or dirrmtry */

				buf = plist_p;