diff options
author | linimon <linimon@FreeBSD.org> | 2006-06-23 13:28:33 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-06-23 13:28:33 +0800 |
commit | d07f774404698461920aade685d87bb19fed0c89 (patch) | |
tree | facc98f33f24c5498627d0563e2aef594bf8d3bd /sysutils/pkill | |
parent | 4ceb770b50d335a7b05bcee31aeed96ff18d5d73 (diff) | |
download | freebsd-ports-gnome-d07f774404698461920aade685d87bb19fed0c89.tar.gz freebsd-ports-gnome-d07f774404698461920aade685d87bb19fed0c89.tar.zst freebsd-ports-gnome-d07f774404698461920aade685d87bb19fed0c89.zip |
Remove code remnants that test for 3.X and earlier releases of FreeBSD.
The bsd.*.mk architecture has not supported these antique releases for
quite some time.
Hat: portmgr
Diffstat (limited to 'sysutils/pkill')
-rw-r--r-- | sysutils/pkill/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sysutils/pkill/Makefile b/sysutils/pkill/Makefile index c7a11c9a8e26..5953fd5ff44d 100644 --- a/sysutils/pkill/Makefile +++ b/sysutils/pkill/Makefile @@ -31,17 +31,8 @@ IGNORE= "is included in the base system" DISTNAME= ${PORTNAME}-current-${PORTVERSION} WRKSRC= ${WRKDIR}/${PORTNAME}-current .else -. if ${OSVERSION} <= 300000 -MAKE_ENV+= NEED_KMEM=1 -. endif 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> |