- 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:
Raphael Kubo da Costa 2013-01-16 22:14:11 +00:00
parent 8574828368
commit f15a57e1f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310527

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: ssmping # Created by: dikshie@lapi.itb.ac.id
# Date created: 20 August 2006
# Whom: dikshie@lapi.itb.ac.id
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= ssmping PORTNAME= ssmping
PORTVERSION= 0.9.1 PORTVERSION= 0.9.1
@ -25,8 +21,8 @@ PLIST_FILES= bin/ssmping \
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${OSVERSION} <= 810000 .if ${OSVERSION} <= 800000
IGNORE= does not work at FreeBSD 7.x IGNORE= does not work with FreeBSD 7.x
.endif .endif
do-install: do-install: