summaryrefslogtreecommitdiff
path: root/security/aafid2/files/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'security/aafid2/files/post-install')
-rw-r--r--security/aafid2/files/post-install13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/aafid2/files/post-install b/security/aafid2/files/post-install
new file mode 100644
index 000000000000..a257901f979f
--- /dev/null
+++ b/security/aafid2/files/post-install
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+PREFIX=$1
+AAFID_DIR=${PREFIX}/lib/aafid2
+
+set -e
+
+cat >> ${AAFID_DIR}/config/AAFID <<*__END__*
+
+## ------------------------------
+## FreeBSD Port specific defaults
+BaseDir=${AAFID_DIR}
+*__END__*