diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-29 07:27:56 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-29 07:27:56 +0800 |
commit | 6fc360425c3c32c64e0cfd17ae239670c5b2e142 (patch) | |
tree | 9945537ed28c258e56edab63de700532cfb88a0d /security | |
parent | 0fa5c2c996e2652dc932cb44d7205b602fd14f1f (diff) | |
download | freebsd-ports-gnome-6fc360425c3c32c64e0cfd17ae239670c5b2e142.tar.gz freebsd-ports-gnome-6fc360425c3c32c64e0cfd17ae239670c5b2e142.tar.zst freebsd-ports-gnome-6fc360425c3c32c64e0cfd17ae239670c5b2e142.zip |
- Add LICENSE
- Drop @dirrm* from plist
Approved by: portmgr blanket
Diffstat (limited to 'security')
-rw-r--r-- | security/openbsm/Makefile | 3 | ||||
-rw-r--r-- | security/openbsm/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/security/openbsm/Makefile b/security/openbsm/Makefile index e60c2ecd3ee5..c201af8c0787 100644 --- a/security/openbsm/Makefile +++ b/security/openbsm/Makefile @@ -10,6 +10,9 @@ DISTNAME= openbsm-${DISTVERSION} MAINTAINER= flz@FreeBSD.org COMMENT= Open Source Basic Security Module (BSM) Audit Implementation +LICENSE= BSD2CLAUSE BSD3CLAUSE +LICENSE_COMB= multi + CONFLICTS= openbsm-devel-1.[0-9]* GNU_CONFIGURE= yes diff --git a/security/openbsm/pkg-plist b/security/openbsm/pkg-plist index 66e99e4cd39e..6e14c3d93587 100644 --- a/security/openbsm/pkg-plist +++ b/security/openbsm/pkg-plist @@ -60,4 +60,3 @@ sbin/auditd sbin/auditfilterd sbin/auditreduce sbin/praudit -@dirrm include/bsm |