1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/ports-mgmt/portaudit/pkg-plist
Eitan Adler 56ac9da8fd Clean up the portaudit port
- let the ports-secteam maintain this port instead of secteam.  This should assign PRs to the appropriate place. [1]
- recent freebsd versions should use pkg audit instead of portaudit
- stagify
- remove mention of preference file format changes which changed in 2004

PR:		ports/184004 (partial
Discussed with:	simon (many months ago) [1]
2013-11-17 02:00:30 +00:00

10 lines
267 B
Plaintext

sbin/portaudit
etc/portaudit.pubkey
etc/portaudit.conf.sample
man/man1/portaudit.1.gz
%%PERIODICDIR%%/security/410.portaudit
@dirrmtry %%PERIODICDIR%%/security
@dirrmtry %%PERIODICDIR%%
@exec mkdir -p %%DATABASEDIR%%
@unexec rmdir %%DATABASEDIR%% 2>/dev/null || true