diff options
-rw-r--r-- | sysutils/pam_mount/Makefile | 3 | ||||
-rw-r--r-- | sysutils/pam_mount/pkg-plist | 7 |
2 files changed, 9 insertions, 1 deletions
diff --git a/sysutils/pam_mount/Makefile b/sysutils/pam_mount/Makefile index 1fab4c2b5cc3..b784cf21c82d 100644 --- a/sysutils/pam_mount/Makefile +++ b/sysutils/pam_mount/Makefile @@ -18,11 +18,12 @@ COMMENT= A PAM that can mount volumes for a user session LIB_DEPENDS= HX.25:${PORTSDIR}/lang/libhx USE_GNOME= pkgconfig libxml2 +USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= libcrypto_LIBS="-L/usr/lib -lcrypto" \ libcrypto_CFLAGS="-I/usr/include" -CONFIGURE_ARGS+=--localstatedir=/var +CONFIGURE_ARGS+=--localstatedir=/var --with-ssbindir=${PREFIX}/sbin post-patch: ${REINPLACE_CMD} -e '11172s|yes|no|' ${WRKSRC}/${CONFIGURE_SCRIPT} diff --git a/sysutils/pam_mount/pkg-plist b/sysutils/pam_mount/pkg-plist index 0fb9243e37e9..7a21e7dd3583 100644 --- a/sysutils/pam_mount/pkg-plist +++ b/sysutils/pam_mount/pkg-plist @@ -1,5 +1,12 @@ bin/pmt-fd0ssh bin/pmt-ofl +sbin/mount.crypt +sbin/mount.crypt_LUKS +sbin/mount.crypto_LUKS +sbin/mount.encfs13 +sbin/umount.crypt +sbin/umount.crypt_LUKS +sbin/umount.crypto_LUKS etc/security/pam_mount.conf.xml.sample lib/pam_mount.so sbin/pmvarrun |