blob: b0538c4c5757345d61da82ebab66efb5f9c34e48 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org
actions: []
deprecated: true
deprecation_message: <<EOM
Use @preexec/@postexec instead
EOM
preformat_arguments: true
post-install: <<EOS
%@
EOS
|