From 6d3de952f519b4dafb810588244f2398b7077f19 Mon Sep 17 00:00:00 2001 From: wg Date: Sun, 9 Jun 2013 13:15:18 +0000 Subject: - This port needs to install with setuid bit PR: ports/177347 Submitted by: Klaus Aehlig Approved by: culot / jpaetzel (mentors, implicit) --- x11/xtrlock/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'x11') diff --git a/x11/xtrlock/Makefile b/x11/xtrlock/Makefile index 98033ca36851..c07069d6b924 100644 --- a/x11/xtrlock/Makefile +++ b/x11/xtrlock/Makefile @@ -3,6 +3,7 @@ PORTNAME= xtrlock PORTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -21,6 +22,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -lX11 -lcrypt MAN1= xtrlock.1 PLIST_FILES= bin/xtrlock +BINMODE= 4555 post-extract: @${LN} -sf xtrlock.man ${WRKSRC}/xtrlock.1 -- cgit