summaryrefslogtreecommitdiff
path: root/net/papaya-plugins/scripts/add-plugins
blob: 23df157c0079e980d353af589cb6beb3285946e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

files=`ls ${WRKSRC}/o/ | sed -e 's/^.*\/o\///g'`

> pkg-plist
for f in $files; do
	echo share/papaya/plugins/$f >> ${WRKSRC}/pkg-plist
done

echo "@dirrm share/papaya/plugins" >> ${WRKSRC}/pkg-plist