Files
bsdports/Tools/scripts/pkg-stash/pkg-list.sh
2019-12-26 07:26:06 +00:00

7 lines
198 B
Bash

#!/bin/sh
# $FreeBSD: head/Tools/scripts/pkg-stash/pkg-list.sh 340719 2014-01-22 15:52:06Z mat $
for i in . `make all-depends-list`; do
cd $i && [ -f "`make -V PKGFILE`" ] && make -V PKGFILE
done