diff options
author | adamw <adamw@FreeBSD.org> | 2005-01-16 12:14:24 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-01-16 12:14:24 +0800 |
commit | a48c7a66d59b91f31ce0903ccce3be9ab17810e7 (patch) | |
tree | d4af9e620e3126ee50bbdb569bd879141c658db2 /security/libgnomesu/files | |
parent | 50c11e89af6d1496e6c2c07431c6908f48384ab9 (diff) | |
download | freebsd-ports-gnome-a48c7a66d59b91f31ce0903ccce3be9ab17810e7.tar.gz freebsd-ports-gnome-a48c7a66d59b91f31ce0903ccce3be9ab17810e7.tar.zst freebsd-ports-gnome-a48c7a66d59b91f31ce0903ccce3be9ab17810e7.zip |
Use a vendor-provided method for preventing gnomesu-pam installation.
Diffstat (limited to 'security/libgnomesu/files')
-rw-r--r-- | security/libgnomesu/files/patch-pam-backend_Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/libgnomesu/files/patch-pam-backend_Makefile.in b/security/libgnomesu/files/patch-pam-backend_Makefile.in deleted file mode 100644 index fc57445b65f3..000000000000 --- a/security/libgnomesu/files/patch-pam-backend_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- pam-backend/Makefile.in.orig Fri Jan 14 12:47:56 2005 -+++ pam-backend/Makefile.in Fri Jan 14 12:52:31 2005 -@@ -205,7 +205,7 @@ - @HAVE_PAM_TRUE@gnomesu_pam_backend_DEPENDENCIES = $(top_srcdir)/su-backend/libcommon.la - - @HAVE_PAM_TRUE@@INSTALL_PAM_TRUE@pamdir = $(PAMDIR) --@HAVE_PAM_TRUE@@INSTALL_PAM_TRUE@pam_DATA = gnomesu-pam -+@HAVE_PAM_TRUE@@INSTALL_PAM_FALSE@pam_DATA = gnomesu-pam - - @HAVE_PAM_TRUE@installed_exe = $(DESTDIR)$(libexecdir)/`echo gnomesu-pam-backend | sed $(transform)` - |