From e85c58e7dd0e8a64094431809e341a0af3c65ea9 Mon Sep 17 00:00:00 2001 From: rakuco Date: Wed, 16 Jan 2013 22:14:11 +0000 Subject: - 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 (maintainer) --- net/ssmping/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'net') diff --git a/net/ssmping/Makefile b/net/ssmping/Makefile index 3f1eea2e146f..6fb1a4295f86 100644 --- a/net/ssmping/Makefile +++ b/net/ssmping/Makefile @@ -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 -.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: -- cgit