diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2011-06-07 03:26:43 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2011-06-07 03:26:43 +0000 |
| commit | 43d2dbccc4c174d31a2aab00d0bdf1787d615cb0 (patch) | |
| tree | e1bcffabec32320487589cad836488c1c2b34a45 | |
| parent | Fix build on amd64 if cvsup is unconfigured: (diff) | |
Conditionally remove lib/security.
PR: 157676
Submitted by: Benjamin Lee <ben@b1c1l1.com>
| -rw-r--r-- | security/pam_krb5/Makefile | 1 | ||||
| -rw-r--r-- | security/pam_krb5/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/security/pam_krb5/Makefile b/security/pam_krb5/Makefile index e0c2e271c461..c9dbb0df143e 100644 --- a/security/pam_krb5/Makefile +++ b/security/pam_krb5/Makefile @@ -7,6 +7,7 @@ PORTNAME= pam_krb5 PORTVERSION= 4.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://archives.eyrie.org/software/kerberos/ \ http://archives.eyrie.org/software/ARCHIVE/pam-krb5/ diff --git a/security/pam_krb5/pkg-plist b/security/pam_krb5/pkg-plist index f7f615e95778..dbdf08f6df92 100644 --- a/security/pam_krb5/pkg-plist +++ b/security/pam_krb5/pkg-plist @@ -1,2 +1,3 @@ lib/security/pam_krb5.so lib/security/pam_krb5.la +@dirrmtry lib/security |
