Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix typo in pkg2ng
Baptiste Daroussin committed 14 years ago
commit 0297d9a49cb33b8efea2c7e38527c29d05486d73
parent 031f690
1 file changed +1 -1
modified ports/pkg2ng
@@ -38,7 +38,7 @@ do
		echo "@dep ${dep%-*} ${deporigin} ${dep##*-}" >> ${MANIFEST}
	done
	egrep -v "^@[pkgdep|ignore|conflicts]" ${DB}/+CONTENTS >> ${PLIST}
-
	awk '/^@conflicts/ { print "@conflict $2" }' ${DB}/+CONTENTS >> ${MANIFEST}
+
	awk '/^@conflicts/ { print "@conflict "$2 }' ${DB}/+CONTENTS >> ${MANIFEST}

	OPTIONS=""