Commit 78b4d281 authored by Franco Fichtner's avatar Franco Fichtner

pkg: don't need to sort twice

parent 22928ac8
......@@ -225,7 +225,7 @@ plist: force
${MAKE} -C ${.CURDIR}/src plist) | sort
plist-fix: force
@${MAKE} DESTDIR=${DESTDIR} plist | sort > ${.CURDIR}/plist
@${MAKE} DESTDIR=${DESTDIR} plist > ${.CURDIR}/plist
plist-check: force
@${MAKE} DESTDIR=${DESTDIR} plist > ${WRKDIR}/plist.new
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment