- Fix packaging after PAM lib bump (__FreeBSD_version 1100117)

PR: 211227
Submitted by: maintainer
This commit is contained in:
Kris Moore 2016-07-28 17:27:00 +00:00
parent 7d0cd34ee1
commit f59fa65eb0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419226
2 changed files with 12 additions and 6 deletions

View File

@ -24,10 +24,22 @@ OPTIONS_DEFINE= AESNI
OPTIONS_DEFAULT=
AESNI_DESC= Enable AES-NI hardware acceleration
PLIST_FILES= sbin/pefs \
lib/pam_pefs.so \
man/man8/pam_pefs.8.gz \
man/man8/pefs.8.gz \
/${KMODDIR}/pefs.ko
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MAESNI}
MAKE_ENV+= PEFS_AESNI=yes
.endif
.if ${OSVERSION} >= 1100117
PLIST_FILES+= lib/pam_pefs.so.6
.else
PLIST_FILES+= lib/pam_pefs.so.5
.endif
.include <bsd.port.mk>

View File

@ -1,6 +0,0 @@
sbin/pefs
lib/pam_pefs.so
lib/pam_pefs.so.5
man/man8/pam_pefs.8.gz
man/man8/pefs.8.gz
/%%KMODDIR%%/pefs.ko