summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-09 19:31:21 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-09 19:31:21 +0000
commit83deb5a918b50eeaa0fd44e5382d432862e409f8 (patch)
tree1fb413c53ee4f7df88c51d81f2d9f3ec4e08ee50 /sysutils
parentMake the pm3-base port buildable on -current again. I simply (diff)
o Update to 0.2 fixing typo: use pid instead of parent pid where
appropriate
Notes
Notes: svn path=/head/; revision=69800
Diffstat (limited to 'sysutils')
-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