aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-11-10 03:31:21 +0800
committerlioux <lioux@FreeBSD.org>2002-11-10 03:31:21 +0800
commit9db3347deb56be7785f971ec678d8387f9a0e0a9 (patch)
tree1a2a3fc18f29dbff62c67f5074f0502e573c5c33
parent5095d238626e17c94626272487523e84ca7160ba (diff)
downloadfreebsd-ports-gnome-9db3347deb56be7785f971ec678d8387f9a0e0a9.tar.gz
freebsd-ports-gnome-9db3347deb56be7785f971ec678d8387f9a0e0a9.tar.zst
freebsd-ports-gnome-9db3347deb56be7785f971ec678d8387f9a0e0a9.zip
o Update to 0.2 fixing typo: use pid instead of parent pid where
appropriate
-rw-r--r--sysutils/pkill/Makefile8
-rw-r--r--sysutils/pkill/distinfo4
2 files changed, 9 insertions, 3 deletions
diff --git a/sysutils/pkill/Makefile b/sysutils/pkill/Makefile
index 99e0152e4076..c5aeb3084d94 100644
--- a/sysutils/pkill/Makefile
+++ b/sysutils/pkill/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pkill
-PORTVERSION= 0.1
+PORTVERSION= 0.2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= lioux
@@ -33,4 +33,10 @@ DISTNAME= ${PORTNAME}-stable-${PORTVERSION}
WRKSRC= ${WRKDIR}/${PORTNAME}-stable
.endif
+post-install:
+.if ${OSVERSION} <= 300000
+ @${CHGRP} kmem ${PREFIX}/bin/pkill
+ @${CHMOD} 2555 ${PREFIX}/bin/pkill
+.endif
+
.include <bsd.port.post.mk>
diff --git a/sysutils/pkill/distinfo b/sysutils/pkill/distinfo
index 99fb735f380d..f2d7d4f363b5 100644
--- a/sysutils/pkill/distinfo
+++ b/sysutils/pkill/distinfo
@@ -1,2 +1,2 @@
-MD5 (pkill-current-0.1.tar.gz) = 364a8115174806e41d99cfc2e8463bc8
-MD5 (pkill-stable-0.1.tar.gz) = 17ca84fe7e4c3fdd490e1561b8fe9035
+MD5 (pkill-current-0.2.tar.gz) = 3afb97226d5d3db791ccaaec80f22dce
+MD5 (pkill-stable-0.2.tar.gz) = 1c96a2d5d2b75d8c24989f964f8e9d6d