Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
only @exec and @unexec are needed, not all the lines begininning with @ and containing exec
Baptiste Daroussin committed 15 years ago
commit 77098831d05bd8b3657f5e6180003a703f787932
parent f0d4883bae4a83ef28d20eab277ee83ee820871a
1 file changed +3 -1
modified ports/pkg2ng
@@ -32,7 +32,9 @@ do
			sub(/ORIGIN:/,"",origin)
		} else if ( $0 ~ /^[^@]/ ) {
			print $0 >> pfile
-
		} else if ( $0 ~ /^@.*exec/) {
+
		} else if ( $0 ~ /^@exec/) {
+
			print $0 >> pfile
+
		} else if ( $0 ~ /^@unexec/) {
			print $0 >> pfile
		} else if ( $0 ~ /^@conflict/) {
			conflict=conflict" "$2