diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-01-16 22:14:11 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-01-16 22:14:11 +0000 |
commit | f15a57e1f096ccd92b2b59b426491b9a7f1c8c96 (patch) | |
tree | 53c3fb9fe05ee58b915c1f4dd17021cd8f671c5c | |
parent | 857482836883d369181932084818f1d7581c9a6f (diff) |
Notes
-rw-r--r-- | net/ssmping/Makefile | 10 |
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: |