summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-09-13 15:15:17 +0000
committerantoine <antoine@FreeBSD.org>2014-09-13 15:15:17 +0000
commit1233d71291f25794999fc9e7d94b560d5a77f2e6 (patch)
tree788ef4d364b0ab6b61c0ca61e21b275b9a7e3539
parent2c7a212b0850c2071e5f660fda2ecb995131ff43 (diff)
downloadFreeBSD-ports-1233d71291f25794999fc9e7d94b560d5a77f2e6.zip
FreeBSD-ports-1233d71291f25794999fc9e7d94b560d5a77f2e6.tar.gz
Allow staging as a regular user
-rw-r--r--sysutils/scprotect/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/sysutils/scprotect/Makefile b/sysutils/scprotect/Makefile
index 63e1382..babadad 100644
--- a/sysutils/scprotect/Makefile
+++ b/sysutils/scprotect/Makefile
@@ -9,22 +9,13 @@ MASTER_SITES= http://dindin.ru/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Protect process from killing when the swap space is exhausted
-NO_PACKAGE= Needs to be compiled for specific kernel
-SSP_UNSAFE= kernel module does not support ssp
-
-USES= kmod
+USES= kmod uidfix
WRKSRC= ${WRKDIR}/${PORTNAME}
CFLAGS+= -DWITH_SCPROTECT_LIST
-.include <bsd.port.pre.mk>
-
-.if !exists(${SRC_BASE}/sys/Makefile)
-IGNORE= requires kernel sources
-.endif
-
post-extract:
@cd ${WRKSRC}/kmod && ${RM} -f machine
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud