summaryrefslogtreecommitdiff
path: root/net/ssmping
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2013-01-16 22:14:11 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2013-01-16 22:14:11 +0000
commitf15a57e1f096ccd92b2b59b426491b9a7f1c8c96 (patch)
tree53c3fb9fe05ee58b915c1f4dd17021cd8f671c5c /net/ssmping
parent- Update to 0.9.11 (diff)
- 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)
Notes
Notes: svn path=/head/; revision=310527
Diffstat (limited to 'net/ssmping')
-rw-r--r--net/ssmping/Makefile10
1 files changed, 3 insertions, 7 deletions
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 <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: