diff options
-rw-r--r-- | security/seahorse/Makefile | 3 | ||||
-rw-r--r-- | security/seahorse/files/patch-agent_Makefile.in | 11 |
2 files changed, 13 insertions, 1 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index fc9f8e32d..422dd6104 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -3,11 +3,12 @@ # Whom: Dave McKay <dave@mu.org> # # $FreeBSD$ -# $MCom: ports/security/seahorse/Makefile,v 1.56 2008/02/11 21:38:56 marcus Exp $ +# $MCom: ports/security/seahorse/Makefile,v 1.57 2008/02/25 10:39:34 kwm Exp $ # PORTNAME= seahorse PORTVERSION= 2.21.92 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR=sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/security/seahorse/files/patch-agent_Makefile.in b/security/seahorse/files/patch-agent_Makefile.in new file mode 100644 index 000000000..0ea3f6cf5 --- /dev/null +++ b/security/seahorse/files/patch-agent_Makefile.in @@ -0,0 +1,11 @@ +--- agent/Makefile.in.orig 2008-03-07 00:35:27.000000000 -0500 ++++ agent/Makefile.in 2008-03-07 00:35:44.000000000 -0500 +@@ -686,7 +686,7 @@ uninstall-man: uninstall-man1 + # Don't make the agent setuid + # Make the agent setuid + @HAVE_USER_MLOCK_FALSE@install-exec-hook: +-@HAVE_USER_MLOCK_FALSE@ chmod u+s $(DESTDIR)$(bindir)/seahorse-agent ++#@HAVE_USER_MLOCK_FALSE@ chmod u+s $(DESTDIR)$(bindir)/seahorse-agent + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: |