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 | |
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.
-rw-r--r-- | security/libgnomesu/Makefile | 1 | ||||
-rw-r--r-- | security/libgnomesu/files/patch-pam-backend_Makefile.in | 11 |
2 files changed, 1 insertions, 11 deletions
diff --git a/security/libgnomesu/Makefile b/security/libgnomesu/Makefile index a3b56f365c4a..bc2ad1dfeeb8 100644 --- a/security/libgnomesu/Makefile +++ b/security/libgnomesu/Makefile @@ -19,6 +19,7 @@ USE_GETOPT_LONG=yes USE_LIBTOOL_VER=15 USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix libgnomeui +CONFIGURE_ARGS+=--disable-install-pam CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" 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)` - |