diff options
author | gahr <gahr@FreeBSD.org> | 2010-11-03 18:49:21 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2010-11-03 18:49:21 +0800 |
commit | 3532fb5d3aed9bbd4ecc08b70202fe59ed729b7e (patch) | |
tree | 3afab0b3e24410a431147e305beb8788cdba3713 /sysutils/pam_mount | |
parent | ccf51858f2b040ee91fa04ab517873bf9643517a (diff) | |
download | freebsd-ports-gnome-3532fb5d3aed9bbd4ecc08b70202fe59ed729b7e.tar.gz freebsd-ports-gnome-3532fb5d3aed9bbd4ecc08b70202fe59ed729b7e.tar.zst freebsd-ports-gnome-3532fb5d3aed9bbd4ecc08b70202fe59ed729b7e.zip |
- Fix dependencies and PLIST
Reported by: QAT
Diffstat (limited to 'sysutils/pam_mount')
-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 |