mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix check for FreeBSD 7.x. The current check ended up ignoring 8.x as
well. [1] - Trim Makefile headers. - Reword the IGNORE message a little. PR: ports/174080 Submitted by: dikshie <dikshie@lapi.itb.ac.id> (maintainer)
This commit is contained in:
parent
8574828368
commit
f15a57e1f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310527
1 changed files with 3 additions and 7 deletions
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: ssmping
|
||||
# Date created: 20 August 2006
|
||||
# Whom: dikshie@lapi.itb.ac.id
|
||||
#
|
||||
# Created by: dikshie@lapi.itb.ac.id
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ssmping
|
||||
PORTVERSION= 0.9.1
|
||||
|
@ -25,8 +21,8 @@ PLIST_FILES= bin/ssmping \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} <= 810000
|
||||
IGNORE= does not work at FreeBSD 7.x
|
||||
.if ${OSVERSION} <= 800000
|
||||
IGNORE= does not work with FreeBSD 7.x
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
|
|
Loading…
Add table
Reference in a new issue