aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2013-01-17 06:14:11 +0800
committerrakuco <rakuco@FreeBSD.org>2013-01-17 06:14:11 +0800
commite85c58e7dd0e8a64094431809e341a0af3c65ea9 (patch)
tree53c3fb9fe05ee58b915c1f4dd17021cd8f671c5c /net
parent96aa6430de9923751221b30c5972a69118292bb8 (diff)
downloadfreebsd-ports-gnome-e85c58e7dd0e8a64094431809e341a0af3c65ea9.tar.gz
freebsd-ports-gnome-e85c58e7dd0e8a64094431809e341a0af3c65ea9.tar.zst
freebsd-ports-gnome-e85c58e7dd0e8a64094431809e341a0af3c65ea9.zip
- 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)
Diffstat (limited to 'net')
-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: