aboutsummaryrefslogtreecommitdiff
path: root/security/sancp/pkg-install
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2015-01-13 12:31:13 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2015-01-13 12:31:13 +0000
commit43ff525c66ec1bb38b6460d7ca7c7b3abc8c473e (patch)
tree0080b3ac198de9907abb705a25ef9a26662a9c20 /security/sancp/pkg-install
parentd40dcd7a43be9de8e648c0e5acfbac8c53e97a99 (diff)
downloadports-43ff525c66ec1bb38b6460d7ca7c7b3abc8c473e.tar.gz
ports-43ff525c66ec1bb38b6460d7ca7c7b3abc8c473e.zip
security/sancp: Ports cleanup
- Unmute INSTALL_* - Wrap conditional DOCS installation - Remove pkg-install/pkg-deinstall as those have been shifted to @dir framework - Update pkg-plist to make proper use of @sample and @dir - Pass Maintainership [1] Differential Revision: https://reviews.freebsd.org/D1511 Submitted by: pauls@utdallas.edu [1] Approved by: marino(mentor)
Notes
Notes: svn path=/head/; revision=376921
Diffstat (limited to 'security/sancp/pkg-install')
-rw-r--r--security/sancp/pkg-install10
1 files changed, 0 insertions, 10 deletions
diff --git a/security/sancp/pkg-install b/security/sancp/pkg-install
deleted file mode 100644
index 926c97d363d1..000000000000
--- a/security/sancp/pkg-install
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-if [ "$2" != "POST-INSTALL" ]; then
- exit 0
-fi
-
-PATH=/bin:/usr/sbin
-LOG_DIR=/var/log/sancp
-
-chmod 750 ${LOG_DIR}